

#map { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: black;
}

.hidden {
	display:none;
}

/* INSTRUCTION BOX */

#instructions-box {
	border-radius: 5px;
    background: rgba(0,0,0,0.75);
    border: solid 3px rgba(100,100,100,0.5);
	position: absolute;
	right: 10px;
	top: 10px;
}

#instructions-box p {
	margin:10px;
	font-size: 1.3em;
	font-variant: small-caps;
	padding: 0px;	
	color: #eee;
}




/* INFO CONTAINER */

#info-container {
    width: 210px;
	position: absolute;    
    right:10px;
    background: rgba(0,0,0,0.75);
    border: solid 3px rgba(100,100,100,0.5);
    border-radius: 5px;
    color: #eee;
}

.info-divider {
	height: 1px;
	width: 90%;
	margin: 0px auto;
	border-bottom: solid 1px rgba(100,100,100,0.5);
}

.info-divider-small {
	height: 1px;
	width: 40%;
	margin: 5px auto;
	border-bottom: solid 1px rgba(100,100,100,0.2);
}

#street-segment-osm-info {
	margin: 5px;
	padding: 10px;
}

.inforow {
	width: 100%;
	margin: 10px;
}

#wayname, #waytype {
	font-variant: small-caps;
	padding-left: 10px;
	font-size: 18px;
}


/* -------------------------------------- */
#wheel_box {
	height:200px;
	margin: 5px auto;
	padding: 0px;
	font-variant: small-caps;
	
}

#wheel {
	padding: 0px;
	margin: 0px auto;
	width: 200px; 
	height: 200px;
	position: relative;
}

#info {
	position: absolute;
	padding: 0px;
	margin: 0px auto;
	width: 200px; 
	top: 65px;
    text-align: center;
}

#score {
	font-size: 35px;
	font-weight: bold;
	height: 35px;
}

#perceptiontype {
	font-size: 24px;
    font-weight: 500;
}

/* -------------------------------------- */


/* -------------------------------------- */
#emolex_box {
	height: 200px;
	width: 200px;
	/*background: rgba(40,100,40,0.5);*/
	/*border-bottom: solid 1px rgba(100,100,100,0.5);*/
	margin: 0px;
	padding: 0px;
	display: block;
	margin: auto;
	
}

/* -------------------------------------- */











#emotions_box p {
	text-align:center;
	font-variant:small-caps;
	font-size:17px;
	margin:0;
	padding:0;
	padding-bottom: 10px;
	color: #eee;
}

[class^="fa-"], [class*=" fa-"] {
    display: inline-block;
    width: 20px;
    text-align: center;
}



/* RadialChart */
.emolexChart {
	fill: #eee;
/*	font-size: 15px;*/
	font-variant:small-caps;
}

/*.tooltip {
	fill: #fff;
	font-weight: 400;
	font-variant:small-caps;
}
*/

/* Statistics line settings */
.feedbackChart rect {
    fill: rgba(180,180,180,0.4);
  }

.dataChart rect {
    fill: rgba(180,180,180,0.4);
  }

 .dataChart2 rect {
    fill: rgba(180,180,180,0.4);
  }


/* Legend */

div.cartodb-legend.custom {

	bottom: 20px;
	margin: 0px;
	padding: 2px 5px;
    border: solid 3px rgba(100,100,100,0.5);
	background: rgba(0,0,0,0.75);	
}


div.cartodb-legend.custom ul li {
	display: inline-block;
	padding: 0px;
	padding-right: 8px;
	margin: 0px;
}

div.cartodb-legend.custom ul li .bullet {
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}

div.cartodb-legend.custom ul li {
	height: 0.9em;
	line-height:0.85em;
	font-size: 0.85em;
	font-weight: 400;
	color: #eee;
}






@media (min-width: 0px) and (max-width: 768px) {
    

	#map {
		right: 0;
		width: 100%;
		position: relative;

	}
	.cartodb-logo {
		opacity: 0.0;
	}
	
	.spinner {
		padding-left: 0px;
	}


	#info-container {
		position: relative;
		border: 0px;
		padding: 0px;
		margin: 0px auto;
		border-radius: 0px;
		/*width: 100%;*/
		top: 0px;
		left: 0px;

	}

	div.cartodb-legend.custom {
		position: relative !important;
		bottom: 0px;
		left: 0px;
		border: 0px;
		width: 100%;
		border-radius: 0px;

		padding: 15px 5px 15px 5px;

		background-color: rgba(10,10,10,1.8);
		border-bottom: solid 1px rgba(100,100,100,0.5);
		border-top: solid 1px rgba(100,100,100,0.5);
		text-align: center;
	}

	#instructions-box {
		position: absolute;
		width:100%;
		padding: 0px;
		border: 0px;
  		top:0px;
  		margin: 0px;
  		right: unset;
  		left: unset;
  		text-align: center;
  	}

  	#instructions-box p {
  		line-height: 1em;
  		padding: 5px;
  		margin: 0px;

  	}

  	.leaflet-control-attribution {
  		bottom: 5px;
  		opacity: 0.8;
  		color: "#555";
  	}

  	/*#emolex_box {
  		margin-left:-15px;
  	}*/

  	.sidebar {
  		border: 0px !important;
  		border-radius: 0px !important;
  		opacity: 1 !important; 
  		background: black;

  	}

#scrolldown {
	z-index: 1000000;
}

#scrolldown img {
	width: 20px;
	height: 20px;
	opacity: 0.8;
}

/*  	#zoomin {
  		display: none;
  	}

  	#zoomout {
  		display: none;
  	}
*/
}
