body, html{
	background-color: #1a1c24 !important;
	height: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
@media (max-width: 1450px){
	.fa-2x{
		font-size: 1.3em !important;
	}
	.song{
		font-size: .85em !important;
	}
	.artist{
		font-size: .75em !important;
	}
	.favorite{
		width: 30px !important;
	}
	.song-service{
		margin: 0 10px 0 5px !important;
	}
	.playlist{
		padding-bottom: 75px !important;
	}
	.now-playing .currently-playing{
		line-height: 30px !important;
	}
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.frame{
	width: calc(80%);
	height: calc(90%);
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF !important;
	border: 3px solid #e7e7e7;
	border-radius: 6px;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 4px 0px 2px rgba(0,0,0,0.1);
  padding: 10px;
}
.top-bar{
	height: 51px;
}
.logo{
	text-align: center;
}
.logo img{
	height: 40px;
}
.playlist-container{
	line-height: 40px;
	box-sizing: border-box;
	margin-top: 5px;
}
#playlist-dropdown{
	height: 40px;
	line-height: 35px;
	width: 100%;
	text-align: left;
	border: 0;
	background-color: #FFF;
	font-size: 1.25em;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.175);
}
.fa-caret-down{
	float: right;
	margin-top: 8px;
}
#playlist-menu{
	padding-left: 10px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin-top: 5px;
	margin-left: 0px;
	padding: 0;
	background-color: #FFF;
	position: absolute;
	width: 95%;
	z-index: 1;
	font-size: 1.1rem;
	display: none;
}
#playlist-menu li{
	list-style-type: none;
	height: 45px;
	line-height: 35px;
	font-size: 1.15em;
	padding: 5px 0 5px 10px;
	transition: background-color 0.3s ease;
}
#playlist-menu li:hover{
	background-color: #2196F3;
	color: #FFF;
	cursor: pointer;
}
#playlist-menu .divider{
	height: 1px;
	margin: 9px 0;
	padding: 0px;
	overflow: hidden;
	background-color: #333 !important;
}
#playlist-menu .divider:hover{
	cursor: default;
}
.selected{
	color: #448AFF;
}
.playlist-index{
	display: none;
}
.playlist-form{
	position: absolute;
	z-index: 2;
	top: 50px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	padding: 15px;
	opacity: 0;
	display: none;
}
.playlist-form-wrapper{
	opacity: 0;
	display: none;
}
#new-playlist{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 80%;
	font-size: 1.15em;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.175);
	padding-left: 8px;	
	margin: 0 auto;
}
.new-playlist{
	font-size: 1.4em;
	font-weight: 700;
}
.playlist-form-btn{
	color: #448AFF;
	background-color: #FFF;
	height: 45px;
	line-height: 40px;
	width: 80%;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 1px 3px rgba(0,0,0,.175);
	border-radius: 4px;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 auto;
	display: block;
	margin-top: 15px;
	transition: background-color 0.3s ease;
}
.playlist-form-btn:hover{
	background-color: #448AFF;
	color: #FFF;
}
.playlist-form-btn.back{
	background-color: #FFF;
	color: #FF5252;
}
.playlist-form-btn.back:hover{
	color: #FFF;
	background-color: #FF5252;
}

.row{
	max-width: none !important;
}
.ticker-container{
	height: 25px;
	line-height: 20px;
	box-sizing: border-box;
	padding: 0 !important;
	overflow: hidden;
	font-weight: 500;
}
i.up{
	color: #00C853;
	vertical-align: -10%;
}
i.down{
	color: #D50000;
	vertical-align: -10%;
	float: none;
}
.ticker-artist{
	font-size: .8em;
	padding: 0 8px;
	margin-top: -10px;
	display: inline-block;
}

.search-container{
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}
#search{
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: left;
	border: 0;
	background-color: #FFF;
	font-size: 1.25em;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.175);
	padding-left: 8px;	
}

.container{
	height: calc(100% - 79px);
}
.left-container{
	box-sizing: border-box;
	min-height: 100%;
	max-height: 100%;
}
.right-container{
  box-sizing: border-box;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.playlist{
	overflow-y: auto;
	max-height: 300px;
	width: 100%;
	overflow-x: hidden;
}
.song-id{
	display: none;
}
.music-container{
	margin: 8px;
}
body .song-container{
	display: inline-block;
	line-height: 1.1;
}
.song{
	font-weight: 700;
	font-size: .95em;
}
.artist{
	font-size:  .8em;
}
.song-service{
	display: inline-block;
	width: 40px;
	margin: 0 20px 0 10px;
	text-align: center;
}
.favorite{
	display: inline-block;
	width: 40px;
}

.now-playing{
	border: 2px solid #333;
	border-radius: 4px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 90%;
	background-color: #FFF;
}
.now-playing .currently-playing{
	margin: 0 !important;
	text-align: center;
	line-height: 50px;
}
.now-playing .song{
	font-size: 1.4em;
}
.now-playing .artist{
	font-size: 1em;
}
.music-controls{
	margin: 0 !important;
	padding: 10px 0;
	text-align: center;
}
.music-controls .fa-pause, .music-controls .fa-play{
	margin: 0 20px;
}
.time, .sound{
	text-align: center;
}
.time-bar, .sound-bar{
	width: 60%;
	height: 3px;
	background-color: #e7e7e7;
	max-width: 200px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: 4px;
}
.current-time{
	width: 2px;
	height: 13px;
	background-color: red;
	position: relative;
	display: inline-block;
	right: 193px;
	bottom: -1px;
}
.fa-circle{
	position: relative;
	right: 90px;
}

.favorite-music{
	min-height: calc(25%);
}
.rap-music, .rock-music{
	min-height: 50%;
}
.right-container .artist{
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}
.music-header{
	margin:0;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 10px;
}
.artist-img{
	margin: 0 auto;
	display: block;
}
.small-img{
	width: 83px;
	height: 81px;
}
.hover li{
	padding-top: 5px !important;
	padding-bottom: 15px !important;
	transition: background-color 0.3s ease;
	border-radius: 4px;
}
.hover li:hover{
	background-color: #2196F3;
	color: #FFF;
	cursor: pointer;
}
.add-music{
	width: 300px;
	height: 350px;
	position: absolute;
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.35);
	z-index: 5;
	background-color: #FFF;
	top: 25%;
	left: 50%;
	padding: 10px;
	display: none;
	opacity: 0;
}
.search-results{
	width: 300px;
	height: 250px;
	position: absolute;
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.35);
	z-index: 5;
	background-color: #FFF;
	right: 0px;
	font-size: 1.2em;
	display: none;
	opacity: 0;
}
.search-results .add-music-list{
	max-height: 250px;
	line-height: 50px;
	padding-bottom: 0px;
}
.recommended{
	font-size: 1.15em;
	font-weight: 700;
}
.add-music-artist{
	text-align: center;
}
.add-music-list{
	font-size: 1.15em;
	transition: background-color 0.3s ease;
	list-style-type: none;
	margin: 0;
	max-height: 200px;
	overflow-y: auto;
	padding-bottom: 50px;
}
.add-music-list li{
	height: 40px;
	line-height: 28px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.add-music-list li:hover{
	background-color: #2196F3;
	color: #FFF;
	cursor: pointer;
}
.add-music-back{
	position: absolute;
	bottom: 10px;
	left: 28px;
}
.song-list{
	display: inline-block;
}
.add-music-list .song-service{
	width: 20px;
}