html {
	scroll-padding-top: 60px;
}

a.header-title span {
	display:block;
	color:#fff;	
	font-size:2em;
	text-transform:uppercase;
	background:transparent url(/img/logo.png) left 10px no-repeat;
	background-size: 40px auto;	
	padding:5px 0 10px 50px;
	font-weight:600;
}
.nav-link {
	padding:0 1rem;	
	border-bottom:1px solid #ddd;
}
.nav-link:hover {
	background:#ddd;	
}
.running {
	color:#060;	
}
.not_running {
	color:#900;	
}
pre {
	border:1px solid #ddd;
	padding:5px;
	min-height:30px;	
}
.form_upload {
	border:1px solid #ddd;
	padding:5px;
}
.modlistCheck {
		
}
tr.checked, li.checked {
	background:#ddd;	
}
.bluefor, .WEST {
	color:blue;	
}
.redfor, .EAST {
	color:red;	
}
.greenfor, .GUER {
	color:green;
}
.profileName {
	color:#fff;
	font-weight:bold;
}	
.navbar-dark {
	background-color:#373527!important;
}
.tablesorter .btn {
	padding:3px;	
}
.tablesorter th {
	cursor:pointer;	
}
.tablesorter tr:hover td {
	background:#ddd;
}
.tablesorter th, .tablesorter td {
	padding:3px;	
}
.verified {
	background:transparent url(../img/verified.png) center center no-repeat;
	background-size:10px 10px;
	display:inline-block;
	width:15px;
	height:15px;	
}
label {
	cursor:pointer;	
}
.execList, .modlistCheck {
	list-style:none;
	margin:0;
	padding:0;	
}
.execList li {
	margin:0;
	padding:0;	
}
.modlistCheck li {
	margin:4px 0;
	padding: 2px;
}
.execList label {
	margin-left:10px;	
}
.usertable img {
	width:30px;
}
.boutonToggle {
	background:#0099FF;
	padding:2px 5px;	
	color:#fff;
	width:60px;
	display:inline-block;
	text-align:center;
}
.boutonToggle:hover {
	text-decoration:none;
	color:#fff;
	opacity:40%;
}
.boutonToggle.toggleValue1 {
	
}

.boutonToggle.toggleValueNo {
	background:#F00;	
}

.late {
	color:red;
	font-weight:bold;	
}
.outdatedMods {
	background:rgba(20,0,0,.2);
}
