body {
	height: 100%;
	background-image: url('../img/bg.png');
	background-color: #f0f0f0;
	padding-top: 55px;
	font-family: 'Roboto Slab', serif;
}

.container {
	padding: 25px;
	margin-bottom: 20px;
	background: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	font-family: 'Roboto Slab', serif;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

h1, h2, h3, h4 {
	padding-bottom: 10px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}

h1 {
	border-bottom: 2px solid #ddd;
}

p {
	hyphens: auto;
	text-align: justify;
}

img.pull-left{
	padding-right: 10px;
}

img.pull-right{
	padding-left: 10px;
}

nav {
	padding: 5px;
	background-color: #333;
	border-bottom: 1px solid #111;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

.spacer {
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0px 10px;
	float: left;
	border-bottom: 2px solid #555;
	width: 20px;
}

.navtitle {
	line-height: 40px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 28px;
	color: #bbb;
	z-index:1001;
	margin-right: 20px;
}

.circle {
	margin: 0px 10px;
	float: left;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #555;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.circle > a {
	color: #bbb;
}

.circle > a:hover {
	color: #eee;
	text-decoration: none;
}

/* SPLASHSCREEN */
#splashscreen {
	z-index: 2000;
	position: absolute;
	float:left;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg.png');
}

.splashscreen {
	font-size: 100px;
	color: #fff;
}
/* LAYOUT */

.leftcontainer {
	flex: 0 0 350px;
}

.rightcontainer {
	float: left;
	flex: 1 1 calc(100% - 350px);
}

.topcontainer {
	float: left;
	width: 100%;
}

.bottomcontainer {
	float: left;
	width: 100%;
}

.filtercontainer {
	width: 100%;
	padding: 5px;
	float: left;
}

.treecontainer, .detailcontainer {
	width: 100%;
	padding: 5px;
	float: left;
}

.mycontainer {
	padding: 5px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* for treemap*/
#genrefilter {
	border-bottom: 1px solid #ddd;
}

.node {
	text-transform: uppercase;
	padding: 3px;
	font: 10px "Roboto Slab";
	font-weight: 300;
	color: #222;
	line-height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: 2px;
}

.node:hover {
	padding: 0px;
	border: 1px solid #ffa83d;
}

/* for detail */
.toolbar {
	margin: -5px;
	margin-bottom: 5px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

.detailul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.detailli{
	float:left;
	height: 48px;
}

.toolbarSpan {
	font-size: 150%;
	vertical-align: middle;
}

#detailGenreTitle {
	font-size: 150%;
	vertical-align: middle;
}

.flex {
  	display: -webkit-flex;  
	display: flex;
}

#leftButton, #rightButton {
	display:flex;
	justify-content:center;
	align-items:center;
	margin: -5px 0px;
	font-size: 36px;
	width: 48px;
	background-color: #eee;
}

#leftButton:hover, #rightButton:hover {
	background-color: #ddd;
}

#leftButton {
	margin-left: -5px;
	border-right: 1px solid #ddd;
}

#rightButton {
	margin-right: -5px;
	border-left: 1px solid #ddd;
}

#detailAmount {
	background-color: #1ED760;
	font-size: 120%;
	vertical-align: middle;
}

.mybutton {
	background-color: #eee;
	padding: 2px;
	width: 48px;
	height: 48px;
	border: none;
	border-left: 1px solid #ddd;
}

.mybutton:hover {
	border-radius: 0px;
	background-color: #ddd;
	border: none;
	border-left: 1px solid #ddd;
}

.content {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.detail {
	flex: 1 0 30%;
	/*width: 32.5%;*/
	float: left;
	padding: 5px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
}

.detail:hover {
	/*background-color: #eee;*/
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.detail>img {
  	pointer-events: none;
}

.name, .album, .artist {
  	pointer-events: none;
	text-overflow: hidden;
}

/* for filters */
#resetFilter {

}

.axis path,
.axis line {
	fill: none;
	stroke: #aaa;
  	shape-rendering: crispEdges;
}

.axis text {
	font-family: 'Roboto Slab', serif;
	font-size: 8px;
}

.bar rect {
	fill: #1ED760;
  	shape-rendering: crispEdges;
}

.filteredBar rect {
	fill: #ffa83d;
	shape-rendering: crispEdges;
}

.brush rect {
	fill: #ffa83d;
	fill-opacity: .125;
  	shape-rendering: crispEdges;
}

.resize path {
	fill: #ffa83d;
	stroke: #ffa83d;
	stroke-width: 1;
  	shape-rendering: crispEdges;
}

.resize text {
	font-size: 8px;
}

.song path {
	stroke-width: 1;
	shape-rendering: crispEdges;
}

.searchedSong path {
	stroke-width: 1;
	shape-rendering: crispEdges;
}

.compare path {
	stroke-width: 1;
	shape-rendering: crispEdges;
}

.leftcontainer .tick text {
	visibility: hidden;
}

/* for tooltip */
.tooltip {
	z-index: 5000;
}

.tooltip-inner{
	background-color: #fff;
	color: #000;
	padding: 5px;
	border: 1px solid #ddd;
	border-top: 5px solid #ddd;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tooltip-arrow {
	color: #fff;
}

/* for highlight */
.highlight {
	stroke-width: 1;
	shape-rendering: crispEdges;
	stroke: #ff0000;
  	pointer-events: none;
}

/* for spotify */
.spotify {
	margin: 0px 0px 0px 0px;
    color: white;
    background-color: #444;
    border: 1px solid #444;
}

.spotify-img {
	width: 40px;
	height: 40px;
	background-color: #444;
	border-radius: 0px 20px 20px 0px;
}

.spotify-search {
	color: #ddd;
	width: 30%;
	height: 40px;
}

.spotify-login-button {
	padding: 8px;
	color: white;
}
.spotify-login-button:hover {
	text-decoration: underline;
}

.selectSong {
	width: calc(100% - 40px);
}

.selectSong button {
	background-color: #444;
	border: 0px solid white;
}

.selectize-dropdown, .selectize-input, .selectize-input.full, .selectize-input.single {
	line-height: 38px;
	height: 40px;
	padding: 0px;
	color: #ddd;
	background-color: #444;
	border: 0px solid white;
}

.selectize-input.focus.input-active {
	background-color: #444!important;
	color: #ddd!important;
	border: 1px solid #1ED760;
}

.selectize-dropdown-content>div {
	height: 40px;
	padding: 0px;
	background-color: #444;
	z-index: 10000;
	color: #ddd;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
	padding: 0px;
	border-bottom: 1px solid #333;
}

.selectize-dropdown [data-selectable] .active {
	background-color: #444;
	border: 1px solid #1ED760;
}

.selectize-input input {
  color: #ddd;
}

#pausesong {
	color: #ffa83d;
}

.playbutton {
	position: absolute;
	text-align: center;
	bottom: 5px;
	right: 5px;
	width: 48px;
	height: 24px;
	border-radius: 12px;
	padding: 2px 12px;
}