/* ==========================================================================
   Custom styles
   
   @author: Christopher Le Dantec, ledantec@gatech.edu
   ========================================================================== */

#mapBody {	width: 70%;
		padding-right: 2%;
		float: left; 
		height: 800px; 
		position: relative;  
		background-color: #fff;
	}
	
#newsBody {	width: 32%;
	padding-left: 1%;
	padding-right: 1%;
	float: left; 
	height: 600px; 
	position: relative;  
	background-color: #fff;
}

#tripsBody {	width: 95%;
	border:2px solid #e8e8e8;
	border-radius: 5px;
	padding: 1%;
	float: left; 
	height: 290px; 
	position: relative;  
	background-color: #fff;
	overflow-y: : scroll;
	margin-bottom: 5px;
}

#notesBody {	width: 95%;
	border:2px solid #e8e8e8;
	border-radius: 5px;
	padding: 1%;
	float: left; 
	height: 600px; 
	position: relative;  
	background-color: #fff;
	overflow-y: scroll;
}

.title{
	background-color: rgba(0,0,0,0.6);
	color: white;
	text-align: center;
}

.asset {
	background-color: rgba(26,143,227,0.2);
}

.issue{
	background-color: rgba(230,95,57,0.2);
}

#notesBody .asset{
	border-top: 1px solid #e8e8e8;
}

#notesBody .issue{
	border-top: 1px solid #e8e8e8;
}

#tripsBody .trips{
	border-top: 1px solid #e8e8e8;
}

.cycleAtl_title {
	padding-top: 10px;
	font-weight: 400;
	color: #fff;
	font-size: 24px;
}

.trip_count, .trip_total, .note_count, .note_total {
	font-weight: 600;
}