#playlistCont{
	position: fixed;
	bottom: 0px;
	z-index: 9070;
	background-image: url(../images/basics/plstat_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 75px;
	margin: 0px auto;
}


#playstats{
	position: absolute;
	top:0px;	
	width: 634px;
	height: 25px;
	vertical-align: bottom;
	float: left;
	background-image: url(../images/basics/plstat_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#playstats div{
	padding: 6px 0px 0px 0px;
	margin: 0px;	
}

#plPlayerConf{
	width: 138px;
	float: left;
	padding-left: 20px;
	height: 17px;	
}

#PL_TL_slide{
	width: 420px;
	float: left;
	overflow: hidden;
	height: 17px;
	float: left;
}
#plSonginfo{
	height: 17px;
	white-space: nowrap;
	color: #62208B;
}

#listing{
	position: absolute;
	top: 0px;
	z-index: 9090;
	width: 366px;
	left: 634px
}

#playlist_head{
	color:#FFFFFF;
	margin-top: 2px;
	font-weight: bold;
	background-image: url(../images/basics/pl_head.png);
	background-position: bottom;
	background-repeat: repeat-x; 
	height: 23px;
}



#plHeadText{
	padding: 3px 5px;	
	width: 200px;
	float: left;
}



#plToggle{
	position: absolute;
	right: 0px;	
	display: block;
	width: 35px;
	height: 23px;
	background-image: url(../images/basics/pl_open_toggle.png);
	background-repeat: no-repeat;
}

#playlist_sc{
	height: 350px;
	overflow-y: scroll;
	display: none;
	background-color: #d9d8d6;
}

#playlist{
	background-color: #d9d8d6;
}
ul#playlist li{
	padding: 0px 10px;
		
}

ul#playlist li div{
	float: left;
	height: 20px;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 10px;
	padding-top: 7px;

}

ul#playlist li.active div{
	background-color: #512a6f;	
	color: #FFFFFF;
}
ul#playlist li.active div.col_1{
	background-color: transparent;	
}

#playlist li div.col_1{width:10px;}
#playlist li div.col_2{width:20px; height: 23px; color:#828280; text-align: right;padding-top: 2px; padding-bottom:2px;}
#playlist li div.col_2 img{width:auto; height: 23px;}
#playlist li div.col_3{width:190px; overflow: hidden; cursor: pointer; white-space: nowrap;}
#playlist li div.col_4{width:45px; color:#828280}
#playlist li div.col_5{width:20px;padding-right:2px;text-align: right;}

#playlist li div.col_5 .plCartBut{
	display:block;
	width: 11px;
	height: 13px;
	background-image: url(../images/basics/pl_cart_purple.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
ul#playlist li.active div.col_5 .plCartBut{
	background-image: url(../images/basics/pl_cart_white.png);
}

ul#playlist li div.col_5 .plCartButInCart,
ul#playlist li.active div.col_5 .plCartButInCart{
	display:block;
	width: 11px;
	height: 13px;
	background-image: url(../images/basics/pl_cart_green.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#pl_actions{
	background-color: #FFD800;	
	color:#AA9000;
	height: 23px;
	display: none;
	padding: 3px 10px;
}
#pl_actions a{
	color:#65308A;	
}


/* Cart Hint */
#cartHint{
	position:absolute;
	top:0px;
	right:0px;
	width:250px;
	background-color: #636363;
	color:#FFF;
	padding:5px;
	display:none;
	z-index: 5842;
}


/** PLAYER **/
#playerCont{
	position: absolute;
	width: 1000px;
	top: 25px;
	height:50px;
	background-color: #2C2C2C;
	color: #FFF;
	z-index: 90800;
}

#playlist .disabled,
#playerCont .disabled{
	opacity: 0.2;
}

#playerCont .inner{
	padding: 4px 8px;
	position: relative;
}

#playerCtrls{
	position: absolute;
	width:120px;

	left: 0;
	top: 0;
	height: 100%;
}

#playerInfo{
	position: absolute;
	width: 70px;
	left: 130px;
	top: 0;
}

#playerProgress{
	margin-left: 200px;
}


/* Controls */
#playerCtrls a{
	color: #FFF;
	font-size: 30px;
	float: left;

}

#playerCtrls .playTrack,
#playerCtrls .pauseTrack{
	display: block;
	width: 60%;
	font-size: 30px;
	text-align: center;
	padding-top: 6px
}

#playerCtrls .prevTrack,
#playerCtrls .nextTrack{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 24px;
	padding-top: 9px;
}

#playerCtrls .vol{
	position: absolute;
	height: 50px;
	width: 12px;
	right: -12px;
	top: 0;
	background: #444;

}

#playerCtrls .vol .bar{
	height:50%;
	background: url('../images/basics/player-volume-bg.gif') bottom right;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#playerCont.stateStop #playerCtrls .pauseTrack{
	display: none;
}
#playerCont.statePlay #playerCtrls .playTrack{
	display: none;
}


/* Info */
#playerInfo .trCover{
	width: 42px;
	height:42px;
	position: absolute;
	top: 4px;
	left: 8px;
}
#playerInfo a{
	color: #FFF;
	padding: 3px 0;
	font-size: 16px;
	display: block;
	text-align: center;
}
#playerInfo .trCover img{
	max-width: 100%;
	height:auto;
	cursor: pointer;
}
#playerInfo .trText{
	margin-left: 40px;
	width: 30px;
}
#playerInfo .trText > div{
	overflow: hidden;
	white-space: nowrap;
}
#playerInfo .green{
	color: #177C12;
}


/* Pitch Controls */
#pitchCtrls{
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	padding-right: 4px;
	padding-top: 4px;
	z-index: 500;
}
#player_bpm{
	text-align: center;
}

#pitchplayer-btn{
	color: #FFF;
	font-size: 10px;
}

.activate-controls{

}

.controls-active{
	display: none;
}

.controls-active a{
	color: #FFF;
	font-size: 12px !important;
	font-weight: bold;
	display: inline-block;
	padding: 0 0px;
}

#pitchCtrls #pitch-percent{
	display: none;
}

#pitchCtrls #pitch-deactivate{
	display: none;
	color: #FFF;
}
#pitchCtrls #pitch-deactivate:hover{
	color: #FFF;
}

#pitchCtrls.active .activate-controls{
	display: none;
}

#pitchCtrls.active .controls-active{
	display: block;
}

#pitchCtrls.active #player-bpm-label{
	display: none;
}
#pitchCtrls.active  #pitch-percent{
	display: block;
}

#pitchCtrls.active #pitch-deactivate-cont:hover #pitch-percent{
	display: none;
}
#pitchCtrls.active #pitch-deactivate-cont:hover #pitch-deactivate{
	display: block;
}




/* Progressbar */

#playerProgress{

}



#playerProgress.noTouch #progBar{
	display: none;
}
#playerProgress #progBar{
	width: 100%;
	height: 10px;
	background: #444;
	cursor: pointer;
}
#playerProgress #progBar .bar{
	height:100%;
	background-color: #6A2A92;
	width: 0%;
}

#splitsCont{
	position: relative;
	height: 30px;
	margin-top: 4px;
	margin-right: 30px;
	background-color: #323130;
}
#playerProgress.noTouch #splitsCont{
	height: 50px;
	margin-top: -4px;
}

#playerProgress .split{
	width: 25%;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.9);/*#2C2C2C;*/
	float: left;
	height: 100%;
	z-index: 10;
	position: relative;
	cursor: pointer;
}
#playerProgress .split .pos{
	display: none;
}


#playerProgress .split:last-child{
	border-right: 0;
}
#playerProgress .split.active{
	background-color: transparent;
}

#playerProgress.noTouch .split.active .pos{
	display: block;
	width: 1px;
	height: 50px;
	background-color: #00CC33;
	position: absolute;
	top: 0;
	left: 0;
	transition: left 300ms linear;
}


#playerProgress #premiummask{
	position: absolute;
	z-index: 8;
	width: 100%;
	height: 100%;
}

#playerProgress #premiummask .mask{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	cursor: pointer;
}

#playerProgress #premiummask .area{
	position: absolute;
	height: 100%;
}


#splitsCont .waveform{
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;
	height: 50px;*/
	z-index: 0;
}


/* Help */
#playerInfo .trHelp{
	font-size:14px;
}
#playerHelp{
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 9999999;
	width: 1000px;
}
#playerHelp .panel{
	background-color: rgba(99,99,99,0.96);
	color: #FFF;
	width: 300px;
	padding: 0 20px 20px;
	margin: auto;
	font-size: 14px;
	line-height: 16px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}
#playerHelp .panel .close{
	text-align: right;
	font-size: 12px;
	color: #FFF;
	padding: 5px 0;
}
#playerHelp .panel .close a{color: #FFF;}
#playerHelp .panel .close a:hover{color: #F0F0F0 !important;}
#playerHelp .panel .title{
	font-size:18px;
}
#playerHelp .panel ul{
	margin-top: 10px;
}

#playerHelp .panel ul li{
	margin: 4px 10px;
}

#playerHelp .button-cont{
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #FFF;
	border-radius: 5px;
	font-weight: bold;
}

.hidden{
	display:none;
}



#playerAutoplayHint{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 50000;
}

#playerAutoplayHint .bgcont{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}

#playerAutoplayHint .msgcont{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	margin: auto;
	margin-top: 150px;
	width: 300px;
	background-color: #FFFFFF;
	border-radius: 5px;
}

#playerAutoplayHint .pl-btn-cnt-p{
	margin: 10px 0;
}

#playerAutoplayHint .fa-pl-btn{
	font-size: 36px;
	display: inline-block;

}



/* Page Loading Indicator */
.workspace{
	position: relative;
}
.pl-indicator-cont{
	position: absolute;
	z-index: 50;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	color: #FFF;
}
.pl-indicator-cont.hidden{
	display: none;
}
.pl-indicator-inner{
	text-align: center;
	margin-top: 50px;
}



.pl-indicator-spinner {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.pl-indicator-spinner > div {
	background-color: #6A2A92;
	height: 100%;
	width: 6px;
	display: inline-block;
	margin: 0 1px;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.pl-indicator-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.pl-indicator-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.pl-indicator-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.pl-indicator-spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% {
		   transform: scaleY(1.0);
		   -webkit-transform: scaleY(1.0);
	   }
}














/* CHART TOOL */
#messageBox{
	background-color: #6a2a92 ;
	position:absolute;
	width:410px;
	height:30px;
	top:0px;
	left:180px;
	color:white;
	font-family:arial;
	font-size:12px;
}
#messageBox p{ margin-top:7px; margin-left:10px; font-weight:bold; }
.chartTool_row_gerade , .chartTool_row_ungerade{
	font-family:arial;
	font-size:11px;
	background-color: #EEEEEE;
	color:#b6b5b1;
	position:relative;
}

.chartTool_loader { position:absolute; top:0px; left: 120px;}
.chartTool_hide{ display: none; }
.chartTool_row_gerade{
	background-color:white;
}

.chartTool_trackContainer{
	height: 40px;
	position: relative;
}
.chartTool_itemNr{
	overflow:hidden;
	position:absolute;
	color: #939393;
	font-weight:bold;
	font-size:16px;
	width: 32px;
	text-align:right;
	top:5px;
}
.chartTool_cover{
	overflow:hidden;
	position:absolute;
	left: 40px;
	top:3px;
}
.chartTool_artists{
	overflow:hidden;
	position:absolute;
	width:150px;
	height:35px;
	left: 80px;
	top:3px;
	font-weight:bold;
	color:black;

}
.chartTool_trackTitle{
	overflow:hidden;
	position:absolute;
	width:150px;
	height:35px;
	left: 235px;
	top:3px;
}
.chartTool_trackTitle_title{ height:14px; font-weight:bold; color:black; overflow:hidden; }
.chartTool_trackTitle_remix{ height:14px; overflow:hidden;margin-top:2px; }
.chartTool_trackDetails{
	overflow:hidden;
	position:absolute;
	width:150px;
	height:35px;
	left: 390px;
	top:3px;
}
.chartTool_upDown{
	position:absolute;
	width: 18px;
	height: 34px;
	left: 550px;
	top:3px;
}
.chartTool_up_w{ background-image:url(../charttool/up_w.gif); width:18px; height:17px; cursor:pointer;  }
.chartTool_up_g{ background-image:url(../charttool/up_g.gif); width:18px; height:17px; cursor:pointer;  }
.chartTool_down_w{ background-image:url(../charttool/down_w.gif); width:18px; height:17px; cursor:pointer;  }
.chartTool_down_g{ background-image:url(../charttool/down_g.gif); width:18px; height:17px; cursor:pointer;  }
.chartTool_delete_w{ background-image:url(../charttool/minus_b.gif); width: 18px; height: 18px; position:absolute; left:573px; top:5px; cursor:pointer; }
.chartTool_delete_g{ background-image:url(../charttool/minus_a.gif); width: 18px; height: 18px; position:absolute; left:573px; top:5px; cursor:pointer;}

.chartTool_searchBox{
	position: absolute;
	left: 40px;
	top: 5px;
	border: 1px solid silver;
	width:170px;
	height:20px;
	font-family: arial;
	color: gray;
}
/* .chartTool_searchResultBox { overflow: auto;}*/
.chartTool_searchResults{
	/* font-size:0px; */
	background-color:white;
	overflow:auto;
	position:relative;
	height:0px;
}
.chartTool_selectCategory {
	position: absolute;
	left: 235px;
	top: 5px;
	border: 1px solid silver;
	width:140px;
	height:20px;
	font-family: arial;
	color: gray;
}
.chartTool_favorites {
	position:absolute;
	width:75px;
	height:35px;
	left: 390px;
	top:3px;
	font-weight:bold;
	color: #916dab;
	cursor:pointer;
}
.chartTool_justHeard {
	position:absolute;
	width:75px;
	height:35px;
	left: 465px;
	top:3px;
	font-weight:bold;
	color: #916dab;
	cursor:pointer;
}

/* SUCHE */
.chartTool_seachPlayButton{
	font-size:10px;padding:0px;margin:0px;
	background-repeat: no-repeat;
	position:absolute;
	background-image:url(../images/basics/pfeil_a.gif);
	width:10px;
	height:9px;
	top:5px;
	left: 5px;
	cursor:pointer;
}

.chartTool_searchArtistname{
	font-size:10px;padding:0px;margin:0px;
	position:absolute;
	width:165px;
	height: 15px;
	overflow:hidden;
	top:3px;
	left: 20px;
}

.chartTool_searchTrackname {
	font-size:10px;padding:0px;margin:0px;
	position:absolute;
	overflow:hidden;
	width:165px;
	height:15px;
	top:3px;
	left: 190px;
}

.chartTool_searchLabelName{
	font-size:10px;padding:0px;margin:0px;
	position:absolute;
	overflow:hidden;
	width:165px;
	height:15px;
	top:3px;
	left: 360px;
}

.chartTool_searchSelectButton{
	font-size:10px;padding:0px;margin:0px;
	cursor:pointer;
	position:absolute;
	background-image:url(../images/basics/select_a.gif);
	background-repeat: no-repeat;
	width:41px;
	height: 10px;
	top:5px;
	left:535px;
}

.chartTool_searchBoxRow {
	font-size:10px;padding:0px;margin:0px;
	overflow: hidden;
	position:relative;
	height:20px;
	color:black;
	border-bottom:1px solid #E2E2E2;
}

.chartTool_saveChartBox {
	background-color: #6B398E;
	padding:10px;
}
.chartTool_saveChartButton, .chartTool_cancelButton, .chartTool_newChartButton {
	float:left;
	margin-right: 10px;
}
.chartTool_saveChartButton { width: 59px; height: 17px; background-image:url(../images/basics/publish_lila.gif); }
.chartTool_cancelButton { width: 59px; height: 17px; background-image:url(../images/basics/cancel_lila.gif); }
.exportChart { float: right; }
