.TrackCover {
	position:relative;
	background-position: center center!important;
    background-size: cover!important;
    background-repeat:	no-repeat!important;
	width:100%;
	height:100%;
	-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 50%)!important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 50%)!important;
	border-radius: 5px;
}

.TrackCover:hover {
	transition: height 200ms;
	position:absolute;
	bottom:5px;
	left:5px;
	width:250px;
	height:250px;
	z-index:1;
	-webkit-box-shadow: 0 4px 60px rgb(0 0 0 / 50%)!important;
    box-shadow: 0 4px 60px rgb(0 0 0 / 50%)!important;
	
}

.NoTrackCover{
	width:0px!important;
	
}

.scroll{
	height: 100%;	
	min-height: 100%;	
	max-height: 100%;	
	overflow: hidden;
	position: relative;
	z-index:0;
	
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}


.scrollLine1 {
	z-index:0;
	position: absolute;
	margin: 0;
	padding:0;
	margin-top:4px;
	overflow: none;
	font-size:17px; 
	white-space:nowrap; 
	font-family: verdana, arial, sans-serif; 
	vertical-align:middle; 
	line-height:45px!important;     
}


.scrollLine2 {
	z-index:0;
	position: absolute;
	margin: 0;
	padding:0;
	margin-top:4px;
	overflow: none;
	font-size:17px; 
	white-space:nowrap; 
	font-family: verdana, arial, sans-serif; 
	vertical-align:middle; 
	line-height:30px!important;     
}

.scrollLineTime {
	color: rgba(0, 0, 0, 0.60);
	line-height:67px !important;
	font-size:15px;
	margin-top:8px!important;
	white-space: nowrap!important;
	overflow: hidden!important;
	text-overflow:ellipsis!important;
}

.DivPlayerFrmOuter {
	position: relative;
	box-sizing: border-box;
	display:inline-block;
	width:100%;
	xmin-width:350px;
	max-width:1200px;
	border-radius: 18px;
	background-color: RGBA(255,128,0,0.75);
}

.DivPlayerOuter {
	position:relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	overflow:hidden;
	line-height:normal;
}

.DivPlayerSeekCtrl {
	position: relative;
	height: 20px;
	background: #444444;
	border-radius: 5px;
	margin-top: 8px;
	border: 1px solid #ffffff;
	overflow: hidden;
}

.DivPlayerSeekCtrl:hover {
	cursor:pointer;
}

.DivPlayerBtnCtrl {
	display:inline-block;
	float:left;
	width:40px;
	height:40px;
	background:#efefef;
	margin:5px;
	margin-left:10px;
	border-radius: 5px;
}

.DivPlayerBtnCtrlPlay {
	display:inline-block;
	float:left;
	width:80px;
	height:40px;
	background:#efefef;
	margin:5px;
	margin-left:10px;
	border-radius: 5px;
}

.DivPlayerDisplayOuter {
	position: relative;
	box-sizing: border-box;
	padding:5px;
	width:100%;
	xmax-width:350px;
	height:75px;
	background:#f3f3f3;
	border: 1px #ffffff solid;
	border-radius: 5px;
	float:left;
	min-width:70px;
}

.DivControlBarOuter {
    position: relative;
	display: inline-block;
    width: 100%;
}

.DivPlayerDisplayA {
	display:inline-block;
	float:left;
	width:60px;
	height:100%;
	xbackground:#00B1E4;
	font-size:30px;
	line-height:60px;
	border-radius: 5px;
	text-align:center;
	font-weight: bold;
	color:#ffffff;
	padding-right:4px;
}




.DivPlayerSeekbarA {
	display:block;
	position:relative;
	height:100%;
	width:100%;
	background: #00B1E4;
	transition: width 350ms;
	float: left;
}


.DivPlaylistItemIconA {
	line-height: 76px;
	background: #00B1E4;
}


.DivPlaylistItemIconA::after {
	content: "A";
}






/* Basic red round button properties */
.play_button,
.stop_button,
.player_button,
.muwu_button
{
	display:inline-block;
	float:left;
	height:40px;
	margin:5px;
	margin-top:8px;
	margin-bottom:0px;
	margin-left:2px;
	position: relative;
	background-color: RGBA(255,0,0,0.6);
	background-color: RGBA(255,255,255,100);
	transition: opacity 200ms;
	opacity:0.85;
	border-radius: 5px;
	cursor:pointer;
}

.play_button:hover,
.stop_button:hover,
.player_button:hover,
.muwu_button:hover
{
	opacity: 1;
}

.play_button {
	width:80px;
	/* Hide the text 'play', which is present in the HTML document for accessibility */
	font-size: 0;
}

/* Properties for the pseudo-element that almost every button will need.
   You can just merge it into the style below if you are only going to have
   the play button. */
.play_button::before {
	content: "";
	display: block;
	position: absolute;
}

/* Play button properties using CSS shape */
.playA.play_button::before {
	width: 0; 
	height: 0; 
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-left: 17px solid white;
	top: 8px;
	left: 31px;
	/* border-left-color:#00B1E4; */
	border-left-color: #616161;
	
}


.playA.play_button_active::before {
	width: 0; 
	height: 0; 
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-left: 17px solid white;
	top: 8px;
	left: 31px;
	border-left-color:#00B1E4;
}



.stop_button {
	width:40px;
	/* Hide the text 'play', which is present in the HTML document for accessibility */
	font-size: 0;
}

/* Properties for the pseudo-element that almost every button will need.
   You can just merge it into the style below if you are only going to have
   the play button. */
.stop_button::before {
	content: "";
	display: block;
	position: absolute;
}


.stop.stop_button::before {
	top: 8px;
	left: 8px;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 12px;
	border-color: #616161;
	border-radius: 3px
}

.stop.stop_button_active::before {
	top: 8px;
	left: 8px;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 12px;
	border-color: #00B1E4;
	border-radius: 3px
}


.player_button {
	width:40px;
	font-size: 0;
}

.player_button:hover {
	opacity:1;
	cursor:pointer;
}


.muwu_button
{
	display: flex;
	align-items: center;
}

.muwu_button > span
{
	margin-right: 8px;
}

.muwu_button > span:first-child
{
	margin-left: 8px;
}

.DivPlayerTitle {
	background:red;
	width:200px;
	float:left;
}

.PlayerImgOuter {
	position:relative;
	overflow: hidden;
}

.PlayerImg {
	position:relative;
	width: 100%;
	border-radius: 10px;	
}


.SpanSettingsIcon {
	color:#616161;
	font-size: 30px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0px;
}

