@import url(https://fonts.googleapis.com/css?family=Raleway:100);
.container{
	padding:20px;

}

body.dataTables,
body.jqueryui {
	font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}

body.dataTables div.container,
body.jqueryui div.container {
	max-width: 980px;
	margin: 0 auto;
}

body.dataTables h1,
body.jqueryui h1 {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Raleway', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 3em;
	line-height: 1em;
}

table.dataTable tbody tr.selected td  {
	box-shadow: inset 0 0 0 9999px #89cae7!important;
}

h1 span {
	font-size: 0.5em;
	line-height: 1em;
}

#candidat tbody tr {
	cursor:pointer;
}
	#candidat tbody tr:hover {
		background-color: #dff5ff;
	}

.select-info{
	display: block;
	font-size: 10px;
	color: #ccc;
}
	.select-info span{
		margin-left: -5px!important;
	}
.buttons-create{
	margin-right:15px;
	background-color:#37e91a;
	border:0;
}
	.buttons-create:hover{
		background-color:#2ab512;
	}

.buttons-remove{
	margin-right:15px;
}

#equipe_wrapper, #stats_wrapper, #params_wrapper, #jsweb_wrapper, #extras_wrapper{
	display:none;
}
.active{
	color:#fff!important;
	font-weight:bold;
	background-color:#489ad9;
	border-radius:30px;
}

#videos td{
	vertical-align:middle;
}
	#videos td a{
		color:#999;
	}
	#videos td video{
		width:175px;
	}
	#videos td .retrans{
		width:fit-content;
		font-size:11px;
		max-height: 150px;
		overflow-y:scroll;
	}
	#videos td .nom{
		white-space: nowrap;
	}
	#videos td .analyse{
		font-size:12px;
		max-height: 150px;
		overflow-y:scroll;
	}
		#videos td .analyse h1, #videos td .analyse h2{
			font-size:17px;
		}






