.hap-player-bg-color{
	background: #222;
}
.hap-player-ic-color{
    color: #fff;
}
.apmusicplayer * {
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;   
	text-decoration: none; 
	outline:none;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;	
}

#ap_hap_player_1{
	display:none;
}

#ap_hap_player_1.apmusicplayer{
	position:relative;
	min-width: 240px;
	max-width: 900px;
}

/* dropdown */
#ap_hap_player_1 .apmusicplayer-hap_drop{
	width:220px;
	height:25px;
}

#ap_hap_player_1 .apmusicplayer-playerHolder{
	height: 40px;
}

#ap_hap_player_1 .float-wrap{
    overflow:auto;
}

#ap_hap_player_1 .apmusicplayer-controls_prev{
	position:relative;
	float:left;
	width:40px;
	height:100%;
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
}

#ap_hap_player_1 .apmusicplayer-controls_prev:hover{
	background: #333;
}

#ap_hap_player_1 .apmusicplayer-controls_toggle{
	position:relative;
	float:left;
	width:40px;
	height:100%;
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
}

#ap_hap_player_1 .apmusicplayer-controls_toggle:hover{
	background: #333;
}

#ap_hap_player_1 .apmusicplayer-controls_next{
	position:relative;
	float:left;
	width:40px;
	height:100%;
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
}

#ap_hap_player_1 .apmusicplayer-controls_next:hover{
	background: #333;
}

#ap_hap_player_1 .apmusicplayer-player_mediaTime_current{
	position:relative;
	float:left;
	width:60px;
	height:100%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size:12px;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

#ap_hap_player_1 .apmusicplayer-player_progress{
	position:relative;
	float:left;
	height: 40px;
}

#ap_hap_player_1 .apmusicplayer-progress_bg{
	position:absolute;
	height:10px;
	background: #333;
	top:50%;
	margin-top:-5px;
	left:10px;
	right:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ap_hap_player_1 .apmusicplayer-load_progress{
	position:absolute;
	height:10px;
	background: #444;
	top:50%;
	margin-top:-5px;
	left:10px;
	right:10px;
	width:0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ap_hap_player_1 .apmusicplayer-play_progress{
	position:absolute;
	height:10px;
	background: #fff;
	top:50%;
	margin-top:-5px;
	left:10px;
	right:10px;
	width:0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ap_hap_player_1 .apmusicplayer-player_progress_tooltip{
	position:absolute;
	top:-25px;
	display:none;
	pointer-events:none;
}

#ap_hap_player_1 .apmusicplayer-player_progress_tooltip p{
	padding:5px 10px;
	white-space:nowrap;
	background: #222;
	color: #fff;
	text-align:center;
	font-size:12px;
	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	box-shadow: 1px 1px 3px #222;
	line-height:12px;
}

#ap_hap_player_1 .apmusicplayer-player_mediaTime_total{
	position:relative;
	float:left;
	width:60px;
	height:100%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size:12px;
	border-right: 1px solid #555;
	border-right: 1px solid rgba( 255, 255, 255, .1 );
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

#ap_hap_player_1 .apmusicplayer-player_volume_wrapper{
	position:relative;
	float:left;
	width:40px;
	height:100%;
}

#ap_hap_player_1 .apmusicplayer-player_volume{
	width:40px;
	height:100%;
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
}

#ap_hap_player_1 .apmusicplayer-player_volume:hover{
	background: #333;
}

#ap_hap_player_1 .apmusicplayer-volume_seekbar{
	position:absolute;
	top:0px;
	left:-80px;
	width:80px;
	height:100%;
	display:none;
}

#ap_hap_player_1 .apmusicplayer-volume_bg{
	position:absolute;
	width:60px;
	height:10px;
	background: #333;
	left:10px;
	top:50%;
	margin-top:-5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ap_hap_player_1 .apmusicplayer-volume_level{
	position:absolute;
	width:30px;
	height:10px;
	background: #fff;
	left:10px;
	top:50%;
	margin-top:-5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ap_hap_player_1 .apmusicplayer-player_volume_tooltip{
	position:absolute;
	top:-25px;
	display:none;
	pointer-events:none;
}

#ap_hap_player_1 .apmusicplayer-player_volume_tooltip p{
	padding:5px 10px;
	white-space:nowrap;
	background: #222;
	color: #fff;
	text-align:center;
	font-size:12px;
	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	box-shadow: 1px 1px 3px #222;
	line-height:12px;
}

#ap_hap_player_1 .apmusicplayer-player_shuffle{
	position:relative;
	float:left;
	width:40px;
	height:100%;
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

#ap_hap_player_1 .apmusicplayer-player_shuffle:hover{
	background: #333;
}

#ap_hap_player_1 .apmusicplayer-player_loop{
	position:relative;
	float:left;
	width:40px;
	height:100%;
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

#ap_hap_player_1 .apmusicplayer-player_loop:hover{
	background: #333;
}

#ap_hap_player_1 .apmusicplayer-toggle_playlist{
	position:relative;
	float:left;
	width:40px;
	height:100%;
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

#ap_hap_player_1 .apmusicplayer-toggle_playlist:hover{
	background: #333;
}

#ap_hap_player_1 .apmusicplayer-popup_toggle{
	position:relative;
	float:left;
	width:40px;
	height:100%;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

#ap_hap_player_1 .apmusicplayer-popup_toggle:hover{
	background: #333;
}
@media only screen and (max-width: 600px) {
	#ap_hap_player_1 .apmusicplayer-controls_prev, #ap_hap_player_1 .apmusicplayer-controls_next, 
	#ap_hap_player_1 .apmusicplayer-player_shuffle, #ap_hap_player_1 .apmusicplayer-player_loop{
		display: none;
	}
}
@media only screen and (max-width: 400px) {
	#ap_hap_player_1 .apmusicplayer-player_mediaTime_total, #ap_hap_player_1 .apmusicplayer-player_mediaTime_current{
		display: none;
	}
	#ap_hap_player_1 .apmusicplayer-controls_toggle{
		border-right: none;
	}
	#ap_hap_player_1 .apmusicplayer-player_volume{
		border-left: none;
	}
}

#ap_hap_player_1 .apmusicplayer-playlistHolder{
	position:relative;
	border-top: 1px solid #111;
	height:0px;
	display:none;
}

/* playlist items */	
#ap_hap_player_1 .apmusicplayer-playlistItem{
	position:relative;
	float:left;
	clear:left;
	background: #222;
	width:100%;
	border-bottom:1px solid #333;
}

#ap_hap_player_1 .apmusicplayer-playlistSelected {
	position:relative;
	float:left;
	vertical-align: middle;
	line-height: 30px;
	font-size:12px;
	color: #69c !important;
	padding:0 15px;
}

#ap_hap_player_1 .apmusicplayer-playlistNonSelected {
	position:relative;
	float:left;
	vertical-align: middle;
	line-height: 30px;
	font-size:12px;
	color: #fff !important;
	padding:0 15px;
}

#ap_hap_player_1 .apmusicplayer-playlist-content{
	position:relative;
	float:right;
	height:30px;
}

#ap_hap_player_1 .apmusicplayer-dlink {
	position:relative;
	width:20px;
	float:right;
	margin-right:10px;
}
#ap_hap_player_1 .apmusicplayer-link {
	position:relative;
	width:20px;
	float:right;
	margin-right:10px;
}
#ap_hap_player_1 .apmusicplayer-remove {
	position:relative;
	width:20px;
	float:right;
	margin-right:10px;
}

/* preloader */
#ap_hap_player_1 .apmusicplayer-preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #111 url(https://www.sandralive.de/wp-content/plugins/ap_audio_player/source/media/data/loading.gif) no-repeat center center; 
}

/* for youtube (both html5 and flash backup) */
#ap_hap_player_1 .apmusicplayer-youtubeIframeMain,
#ap_hap_player_1 .apmusicplayer-flashMain{
	position:absolute;
	width:320px;
	height:240px;
	outline:none;
	display:none;
}

/* flash audio backup */
#ap_hap_player_1 .apmusicplayer-flashAudio{
	position:absolute;
	width:100px;
	height:100px;
	display:none;
}

/* playlist list */
#ap_hap_player_1 .apmusicplayer-playlist_list{
	display:none;
}

/* download confirm */
#ap_hap_player_1 .apmusicplayer-download_confirm{
	position:absolute;
	left:50%;
	top:50%;
	display:none;
}
#ap_hap_player_1 .apmusicplayer-download_confirm p{
	padding:10px;
	font-size:14px;
	color:#fff;
	background:#333;
	text-align: center;
	white-space:nowrap;
	border: 1px solid #444;
}#ap_hap_player_1 .ap_prev{
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_play{
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_pause{
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_next{
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_vol{
	font-size: 18px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_mute{
	font-size: 18px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_repeat{
	color: #69c !important;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_norepeat{
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_random{
	color: #69c !important;
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_continuous{
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_toggle_playlist{
	font-size: 18px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_popup{
	font-size: 16px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_down{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_link{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}
#ap_hap_player_1 .ap_remove{
	font-size: 15px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	width:100%;
}