.table
{
	display: table;
}
.table-header-group
{
	display: table-header-group;
	background-color: #d33333;
	color: white;
	font-size: 1.2em;
}
.table-header-group .table-cell{
	border-bottom: 1px solid lightgray;
}
.table-row
{
	display: table-row;
}
.table-cell
{
	display: table-cell;
	border-bottom: 1px solid lightgray;
	padding: 1px 5px;
}
.table-striped > .table-row:nth-of-type(2n) {

    background-color: white;

}
.table-striped > .table-row:nth-of-type(2n+1) {

    background-color: #f9f9f9;

}

.tournoi-files{
	margin-top: 7px;
}
.passe{
	background-color: #eee !important;
	color: gray;
}
a .glyphicon{
	margin-right: 6px;
}

#dropdownDate input[readonly]{
	background: none;
}
.checbox{
	display: inline-block;
	margin-right: 20px;
}

.new-file-form{
	background-color: #ccc;
	padding: 7px 12px;
	border-radius: 4px;
	margin-right: 0px;
}
.new-file-form input{
	margin-bottom: 7px;
}
button{
	margin-left: 10px;
}

.selected{
	background-color: lightgreen;
}
.changed{
	border-color: red !important;
}
.file-input{
	display: inline-block;
}
.table-cell.actions{
	vertical-align: middle;
}