select.gtfsfield{
	display:		block;
	float:			left;
	min-width:		100%!important;
	color:			#000;
/*	padding:		14px;	*/
}

input.gtfsfield{
	display:		block;
	float:			left;
	min-width:		100%!important;
}

.selector_message{
	display:	inline;
	float:		left;
	width:		100%;
	color:		#FF2222;
}

div.gtfs_schedule{
/*	display: none;	*/
}
div.gtfs_schedule h2.txt-green{
    color:#97c355;
}
div.gtfs_schedule sub{
	font-weight:	bold;
	font-size: 		100%;
	margin-bottom: 	24px;
	display: 		inline-block;
}

.gtfs_schedules ul, .gtfs_schedules li{
	list-style-type:	none;
	padding:			0px;
	margin:				0px;
	cursor:				pointer;
}

	.gtfs_schedule ul li.non_root_element{
		font-weight: bold;
		color: #E76525;
		cursor: default;
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

/*<Premier niveau>*/
	.gtfs_schedule ul li.root_element{
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.gtfs_schedule ul li.root_element:hover ul{
		color: 				#333;
	}
	.gtfs_schedule ul li.root_element:nth-child(odd){
		background-color:	#E7E5E6;
	}

	.gtfs_schedule ul li.root_element:nth-child(even){
		background-color:	#FFF;
	}
	.gtfs_schedule ul li.root_element:hover{
		background-color: 	#EB6829;
		color: 				#FFF;
	}
	.gtfs_schedule ul li.root_element.bg-hover-green:hover{
	    background-color: #97c355;
	}
/*</Premier niveau>*/
/*<Second niveau>*/
	.gtfs_schedule ul li.root_element ul.sub_element{
		line-height:		normal;
		background-color:	#FFF;
	}
	.gtfs_schedule ul li.root_element ul.sub_element li:nth-child(odd),
	.gtfs_schedule ul li.root_element:hover ul.sub_element li:nth-child(odd){
		background-color:	#f5f5f5;	
	}
/*</Second niveau>*/