#list::-webkit-scrollbar, .tracklist::-webkit-scrollbar {
 display: block;
 width: 10px;
}
#list::-webkit-scrollbar-track, .tracklist::-webkit-scrollbar-track {
 display: none;
 background: var(--tint);
 border-radius: 50px;
}
#list::-webkit-scrollbar-thumb, .tracklist::-webkit-scrollbar-thumb {
 background: var(--light);
 border-radius: 50px;
}
#logo-banner {
	width: 45%;
	margin: auto;
}
#biosect #logo-banner {
	width: 75%;
	margin-bottom: 25px;
	display: none;
}
#page-title {
	margin: 12px auto;
}
/*#page-title h1:before {
	content: "= ";
	font-size: 90%;
	color: #808000;
}
#page-title h1:after {
	content: " =";
	font-size: 90%;
	color: #808000;
}*/
#jukebox {
	position: relative;
	margin: 10px auto;
	padding: 0px;
	border: 1px solid #769FA9;
	border-radius: 0px;
	background: transparent url(images/mediaplayer.png) no-repeat;
	width: 650px;
	height: 330px;
}
#logo {
	position:absolute;
	left: 14px;
	top: 13px;
	width: 50px;
}
#nowplaying {
	position:absolute;
	left: 423px;
	top: 33px;
	width: 147px;
	height: 22px;
}
#list-title {
	position:absolute;
	top: 20px;
	left: 25px;
	width: 314px;
	height: 21px;
}
#sig {
	position:absolute;
	top: 257px;
	left: 483px;
	width: 162px;
	height: 73px;
	z-index: 1;
}
#info {
	position:absolute;
	top: 560px;
	left: 330px;
}
img.logo {
	display: none;
	border: none;
	margin: -15px 20px 15px;
	padding: 5px;
	float: right;
	width: 85px;
	height: 103px;
	content: url(images/PJSongs_color.svg);
}
.ttw-music-player {
	display: block;
}
.red {
	width: 650px;
	height: 330px;
	background: linear-gradient(rgba(255, 0, 0, 0.12), rgba(0, 0, 0, 0.1));
}
.yellow {
	width: 650px;
	height: 330px;
	background: linear-gradient(rgba(255, 255, 117, 0.30), rgba(0, 0, 0, 0.1));
}
.green {
	position:relative;
	width: 650px;
	height: 330px;
	background: linear-gradient(rgba(0, 255, 0, 0.12), rgba(0, 255, 0, 0.1));
}
body .tracklist {
	scrollbar-face-color: var(--main);
	scrollbar-shadow-color: #adb9c4;
	scrollbar-highlight-color:#7D7E94;
	scrollbar-3dlight-color: #adb9c4;
	scrollbar-darkshadow-color: #adb9c4;
	scrollbar-arrow-color: var(--main);
	scrollbar-track-color: #EAEBE6;
}
.subBody {
	position: absolute;
	width: 490px;
	height: auto;
	left: 289px;
	top: 307px;
}
.footnote {
	font-family: var(--sans);
	font-size: 8pt;
	color: var(--main);
	position: absolute;
	left: 215px;
	top: 710px;
	width: 50%;
	text-align: center;
}
.scstore {
	position: absolute;
	left: 456px;
	top: 417px;
}
.gloss {
	background: var(--grad);
	background: linear-gradient(135deg, var(--grad) 0%, #efefef 25%, #fff 50%, #efefef 75%, var(--grad) 100%);
	z-index: 1;
}
/* ---------- Tracklist ---------- */ 
.tracklist {
	display: block;
	position: absolute;
	top: 46px;
	left: 14px;
	width: 315px;
	height: 196px;
	padding: 5px 5px 0px;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(128, 128, 128, .04);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);*/
	font-family: var(--sans);
	font-size: 10pt;
	color: var(--main);
	line-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
	border: 0px solid #769fa9;
	border-radius: 0px;
	background-color: var(--grad);
}
.tracklist .title {
	display: inline-block;
	width: 100%;
	padding: 0px;
	text-transform: capitalize;
	cursor: pointer;
}
.tracklist li.playing {
	width: auto;
	color:#fff;
	border: 0px dotted #fff;
	background-color: var(--main);/*margin-left: 10px;*/
}
.tracklist ol {
	margin: 0px;
	padding: 0px;
}
.tracklist li {
	position: relative;
	padding: 2px;
	list-style-position: inside decimal-leading-zero;/*text-shadow: 1px 1px 2px #999;*/
}
.tracklist li:hover {
	color: #fff;
	border: 0px dotted #fff;
	background-color: var(--light);/*margin-left: 10px;*/
}
ol {
	counter-reset: li; /* Initiate a counter */
	margin-left: 0; /* Remove the default left margin */
	padding-left: 0; /* Remove the default left padding */
}
ol > li {
	position: relative; /* Create a positioning context */
	margin: 2px -1px 2px 20px; /* Give each list item a left margin to make room for the numbers */
	padding: 2px; /* Add some spacing around the content */
	list-style: none; /* Disable the normal item numbering *//*border-top:2px solid #666;*//*background:#f6f6f6;*/
}
ol > li:before {
	content: counter(li); /* Use the counter as content */
	counter-increment: li; /* Increment the counter by 1 */
	/* Position and style the number */
    position: absolute;
	top: 0px;
	left: -21px;
	width: 13px;
	height: 13px;
	padding: 2px;
	border: 0px solid var(--main);
	border-radius: 0px;
	color: #fff;
	background-color: var(--main);
	font-weight: bold;
	font-family: var(--sans);
	font-size: 8pt;
	text-align: center;
}
/*---------- LIST STYLES ---------- */
ol.new > li:before {
	background-color: #800000;
}
ol.promo > li:before {
	background-color: #4B4B00;
}
ol.themes > li:before {
	background-color: #004B4B;
}
.altsize {
	font-size: 10pt;
	word-spacing: -1pt;
	line-height: 90%;
}
.player .title {
	width: 100%;
	margin: 10px 0px 22px;
	text-align: center;
	font-family: var(--sans);
	font-weight: bold;
	font-size: 13pt;
	color: var(--main);
	letter-spacing: -.5px;
	line-height: 115%;
	text-transform: capitalize;/*text-shadow: 1px 1px 2px #666;*/
}
.info-block {
	display: table-cell;
	position: relative;
	top: 25px;
	left: 365px;
	width: 248px;
	height: 270px;
	margin: auto;
	padding: 5px;
	font-family: var(--sans);
	font-size: 9pt;
	color: var(--main);
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
	border: 0px solid #666;
	border-radius: 0px;
}
.info-block i {
	display: block;
	margin-top: 6px;
	vertical-align: middle;
}
.artist::before {
 font-weight: bold;
 /*content: "Vocals: ";*/
}
.composer::before {
 font-weight: bold;
 content: "Composer: ";
}
.copyright {
	display: block;
	margin-top: -6px;
	font-size: 7pt;
	line-height: 118%;
}
hr {
	margin: 3px auto;
	padding: 0px;
	width: 80%;
	height: 1px;
	border: 0px solid var(--light);
	background-color: var(--light);
}
small {
	display: inline-block;
	margin-top: 2px;
	font-size: 85%;
	line-height: 118%;
}
/* ---------- Control Bar ---------- */

.infoBtn {
	position: absolute;
	left: 48px;
	top: 166px;
	width: 168px;
	height: 16px;
	padding: 0px;
	font-family: var(--sans);
	font-size: 7pt;
	color: var(--main);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px solid var(--main);
	background-color: rgba(128, 128, 128, 0);
	cursor: pointer;
}
.infoBtn:hover {
	border: 1px solid var(--main);
	border-radius: 2px;
}
.infoBtn[disabled]:hover {
	border: 0px;
	cursor: default;
}
.player-controls {
	position:absolute;
	top: 277px;
	left: 80px;
	width: 198px;
	height: 36px;
	border: 0px ridge #6d7d8d;
	border-radius: 4px;
	margin: 0px;
	opacity: 1;
	z-index: 20;
}
.player-controls .main {
	position: absolute;
	left: 351px;
	top: -85px;
	width: 187px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	/*border: 1px groove #adbdcd;
	background-color: var(--main);*/
	cursor: pointer;
}
.play {
	background: transparent url(images/play_rd.svg) no-repeat center center scroll;
}
.pause {
	background: transparent url(images/pause_rd.svg) no-repeat center center scroll;
}
.play, .pause {
	position: absolute;
	top: 0px;
	left: 79px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
}
.stop {
	background: transparent url(images/stop_rd.svg) no-repeat center center scroll;
	position: absolute;
	left: 122px;
	top: 3px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.previous {
	background: transparent url(images/prev_rd.svg) no-repeat center center scroll;
	position: absolute;
	left: 5px;
	top: 3px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.next {
	background: transparent url(images/next_rd.svg) no-repeat center center scroll;
	position: absolute;
	left: 159px;
	top: 3px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.replay {
	background: transparent url(images/replay_rd.svg) no-repeat center center scroll;
	position: absolute;
	left: 42px;
	top: 3px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.play:hover, .pause:hover, .previous:hover, .next:hover, .stop:hover, .replay:hover {
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .6);
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .6);
	border-radius: 3px;
}
/*.player-controls div {
	float: left;
}*/

.progress-wrapper {
	position: absolute;
	left: 48px;
	top: 259px;
	width: 255px;
	height: 8px;
	background-color: var(--main);
	border: 1px solid var(--main);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
}
.elapsed {
	background-color: var(--light);
	height: 8px;
	margin: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
}
.timebar {
	position: absolute;
	left: 140px;
	top: 257px;
	width: 78px;
	height: 18px;
	font-size: 10pt;
	font-family: var(--sans);
	color: Var(--main);
	background-color: var(--main);
	/*border: 1px solid #666;
	border-radius: 4px;
	padding: 1px 2px;
	background-color: var(--main);*/
	cursor: default;
}
.jp-current-time, .jp-duration {
	display: inline;
	position: absolute;
	top: 258px;
	width: 30px;
	height: 16px;
	font-family: var(--sans);
	font-size: 9pt;
	font-weight: 500;
	color: var(--main);
}
.jp-current-time {
	left: 20px;
	text-align: left;
}
.jp-duration {
	left: 303px;
	text-align: right;
}
/* --------- OPTION BUTTONS --------- */
#playMode {
	display: none;
	position: absolute;
	left: 23px;
	top: 292px;
	width: 24px;
	height: 24px;
	font-size: 18px;
	color: var(--main);
	border: 0px solid var(--main);
	border-radius: 4px;
	z-index: 10;
}
select option {
	font-size: 28px;
	color: var(--main);
}
#endModeIcon {
	display: block;
	position: absolute;
	left: 278px;
	top: 281px;
	width: 26px;
	height: 26px;
	border: 0px solid var(--light);
	border-radius: 4px;
	z-index: 20;
	cursor: pointer;
}
/* --------- CUSTOM DROPDOWN MENU --------- */
#currentIcon {
	width: 26px;
	height: 26px;
	border: 0px solid var(--light);
	border-radius: 4px;
}
.custom-dropdown {
	position: absolute;
	left: 46px;
	top: 281px;
	width: 100px;
	cursor: pointer;
}
.dropdown-options {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: white;
	border: 1px solid var(--main);
	z-index: 10;
}
.selected-mode {
	display: flex;
	position: relative;
	top: -2px;
	padding: 2px;
	align-items: center;
	z-index: 20;
}
.dropdown-item.label {
	width: inherit;
	font-size: 11px;
	color: #fff;
	background-color: var(--main);
	justify-content: center;
}
.dropdown-item.label:hover {
	background-color: var(--main);
	color: #fff;
	cursor: default;
}
.dropdown-item {
	display: flex;
	padding: 3px;
	font-size: 11px;
	align-items: center;
}
.dropdown-item img {
	margin-right: 5px;
	width: 22px;
	height: 22px;
}
.dropdown-item:hover {
	background-color: var(--light);
	color: #fff;
}
