

/* Player Styles */

#amplitude-player {
	margin-top: 40px;
}

#amplitude-player input {
	padding: 0;
	background: none
}

/* Player Left Styles */
#amplitude-left{
	padding: 0px;
	border-right: 1px solid #CFD8DC;
}

#amplitude-left img[amplitude-song-info="cover_art_url"]{
	width: 400px;
	height: 400px;
}

#amplitude-left #player-left-bottom{
	padding: 20px 10px;
}

#amplitude-left .current-time{
	color: #607D8B;
	font-size: 14px;
	font-weight: 700;
	float: left;
	width: 15%;
	text-align: center;
}

#amplitude-left input[type=range]{
	-webkit-appearance: none;
	width: 70%;
	float: left;
	margin-top: 10px;
}

@-moz-document url-prefix() { 
	#amplitude-left #player-left-bottom #time-container input[type=range]{
		margin-top: 0px;
	}
}

@supports (-ms-ime-align:auto) {
		#amplitude-left #player-left-bottom #time-container input[type=range]{
		margin-top: -4px;
		height: 30px;
	}
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #amplitude-left #player-left-bottom #time-container input[type=range] { 
		margin-top: -8px;
	}
}

#amplitude-left input[type=range]:focus {
	outline: none;
}

#amplitude-left input[type=range]::-webkit-slider-runnable-track {
	width: 75%;
	height: 1px;
	cursor: pointer;
	background: #CFD8DC;
}

#amplitude-left input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: #caca9f;
	cursor: pointer;
	margin-top: -8px;
	-webkit-appearance: none;
}

#amplitude-left input[type=range]:focus::-webkit-slider-runnable-track {
	background: #CFD8DC;
}

#amplitude-left input[type=range]::-moz-range-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: #CFD8DC;
}

#amplitude-left input[type=range]::-moz-range-thumb {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: #caca9f;
	cursor: pointer;
	margin-top: -8px;
}

#amplitude-left input[type=range]::-ms-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: #CFD8DC;
}

#amplitude-left input[type=range]::-ms-fill-lower {
	background: #CFD8DC;
	border-radius: 2.6px;
}

#amplitude-left input[type=range]::-ms-fill-upper {
	background: #CFD8DC;
	border-radius: 2.6px;
}

#amplitude-left input[type=range]::-ms-thumb {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: #caca9f;
	cursor: pointer;
	margin-top: 4px;
}

#amplitude-left input[type=range]:focus::-ms-fill-lower {
	background: #CFD8DC;
}

#amplitude-left input[type=range]:focus::-ms-fill-upper {
	background: #CFD8DC;
}

#amplitude-left input[type=range]::-ms-tooltip { 
	display: none; 
}

#amplitude-left .duration{
	color: #607D8B;
	font-size: 14px;
	font-weight: 700;
	float: left;
	width: 15%;
	text-align: center;
}

#amplitude-left:after{
	content: "";
	display: table;
	clear: both;
}

#amplitude-left #control-container{
	margin-top: 25px;
}
#amplitude-left #repeat-container{
	width: 20%;
	float: left;
}

#amplitude-left #control-container #repeat{
	width: 24px;
	height: 19px;
	cursor: pointer;
	float: right;
	margin-top: 20px;
}

#amplitude-left #repeat.amplitude-repeat-off{
	background: url('../img/repeat-off.svg');
}

#amplitude-left #repeat.amplitude-repeat-on{
	background: url('../img/repeat-on.svg');
}

#amplitude-left #central-control-container{
	width: 60%;
	float: left;
}

#amplitude-left #central-controls{
	width: 130px;
	margin: auto;
}

#amplitude-left #previous{
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../img/prev.svg');
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-right: -5px;
}

#amplitude-left #play-pause{
	display: inline-block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	float: left;
}

#amplitude-left #play-pause.amplitude-paused{
	background: url('../img/play.svg');
}

#amplitude-left #play-pause.amplitude-playing{
	background: url('../img/pause.svg');
}

#amplitude-left #next{
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../img/next.svg');
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-left: -5px;
}

#amplitude-left #shuffle-container{
	width: 20%;
	float: left;
}
#amplitude-left #shuffle{
	width: 23px;
	height: 19px;
	cursor: pointer;
	float: left;
	margin-top: 20px;
}

#amplitude-left #shuffle.amplitude-shuffle-off{
	background: url('../img/shuffle-off.svg');
}

#amplitude-left #shuffle.amplitude-shuffle-on{
	background: url('../img/shuffle-on.svg');
}

#amplitude-left #control-container:after{
	content: "";
	display: table;
	clear: both;
}

#amplitude-left #meta-container{
	text-align: center;
	margin-top: 5px;
}

#amplitude-left span.song-name{
	display: block;
	color: #272726;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#amplitude-left .song-artist-album{
	color: #607D8B;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#amplitude-left .song-artist-album span{
	display: block;
}

/* Player right styles */
#amplitude-right{
	padding: 0px;
	overflow-y: scroll;
}

#amplitude-right .song{
	cursor: pointer;
	padding: 10px;
}

#amplitude-right .song .song-now-playing-icon-container {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#amplitude-right .song .song-now-playing-icon-container img.now-playing{
	display: none;
	margin-top: 15px;
}
			
#amplitude-right .song .play-button-container{
	display: none;
	background: url('../img/list-play-light.png') no-repeat;
	width: 22px;
	height: 22px;
	margin-top: 10px;
}

#amplitude-right .song .play-button-container:hover{
	background: url('../img/list-play-hover.png') no-repeat;
}

#amplitude-right .song.amplitude-active-song-container .song-now-playing-icon-container img.now-playing{
	display: block;
}
#amplitude-right .song.amplitude-active-song-container .song-now-playing-icon-container:hover img.now-playing .play-button-container{
	display: none;
}
#amplitude-right .song .song-meta-data{
	float: left;
	width: calc( 100% - 110px );
}
#amplitude-right .song .song-meta-data span.song-title{
	color: #272726;
	font-size: 16px;
	display: block;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#amplitude-right .song .song-meta-data span.song-artist{
	color: #607D8B;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#amplitude-right .song .song-duration{
	float: left;
	width: 55px;
	text-align: center;
	line-height: 45px;
	color: #607D8B;
	font-size: 16px;
	font-weight: 500;
}

#amplitude-right .song:after{
	content: "";
	display: table;
	clear: both;
}