
/* ---------  Title  --------- */
.title, #t6, .width_750.message, .width_992.message{
	background-color: #ffffff;
	background: #ffffff;
	background: -webkit-linear-gradient( top, #ffffff, #93ee69);
	background: -moz-linear-gradient( top, #ffffff, #93ee69);
	background: -ms-linear-gradient( top, #ffffff, #93ee69);
	background: -o-linear-gradient( top, #ffffff, #93ee69);
	background: linear-gradient( top, #ffffff, #93ee69);
	color: #000000;
	text-shadow: none;
}


/* ---------  Progress Lap  --------- */
.progress_lap, .onboard_progress_lap{
	background-color: rgb(251, 0, 0);
	background: rgb(251, 0, 0);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(86%,rgb(251, 0, 0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(251, 0, 0) 86%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(251, 0, 0) 86%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(251, 0, 0) 86%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgb(251, 0, 0) 86%);
}


/* ---------  Table Header  --------- */
.head, thead, .sectors thead, .sectors thead p, .sectors .sector1, .sectors .sector2, .sectors .sector3, .sectors .sector1 p, .sectors .sector2 p, .sectors .sector3 p, .width_750 .map_and_weather *[data-id="track"], .width_750 .map_and_weather *[data-id="mobile_t"], .width_750 .t_comments *[data-id="t_com"], .width_750 .table_in_footer th, .width_992 .t_comments .t_com, .width_992 .table_in_footer th, .width_992 *[data-id="track"], .width_992 *[data-id="mobile_t"]{
	background-color: rgb(18, 83, 228);
	color: rgb(255, 255, 255);
	text-shadow: none;
}


/* ---------  No Kart Color  --------- */
#grid .no div, .comments .com_no{
	border-color: transparent transparent rgb(153, 153, 153) transparent;
	color: #000000;
}


/* ---------  Pass Effects / Row Selection  --------- */
.row_selection{
	background-color: #3f3f3f;
}

.pass_effect, #onboard .pass_effect_2, #onboard .pass_effect{
	background-color: #08eb0c;
}

.pass_effect_2{
	background-color: rgba(8,234,11, 0.5); /* même couleur que .pass_effect avec une alpha de 0.5 */
}

.pass_effect_selected{
	background-color: #239525; /* ou couleur entre .pass_effect et .row_selection ou même couleur que .pass_effect */
}


/* ---------  Grid Border Right  --------- */
.global_table .global_table_col2 .col2, .width_750 *[data-id="best"], .width_992 .table_in_footer *[data-id="best"], .width_992 .table_in_footer .td_tchp{
	border-color: rgb(251, 0, 0);
}


/* ---------  Onboard Selected Button  --------- */
#div_driver_button .driver_button.selected{
	background-color: rgb(218, 40, 32);
}





/* ---------  Track  --------- */
.track_d{
	background-image:url(../ftp/track.png);
}

/* ---------  Logo  --------- */
a.logo{
	background-image:url(../ftp/logo.png);
}

