html, body {
	background-color: #f9f9f9;
}

.btn {
	border-radius: 100px;
}

.btn:hover {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #de823b;
	border-color: #de823b
}

.btn-primary:hover {
	color: #fff;
	background-color: #d0410c;
	border-color: #d0410c
}

.btn-primary.focus, .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #d0410c;
	border-color: #d0410c
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary {
	color: #de823b;
	border-color: #de823b
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #d0410c;
	border-color: #d0410c
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #d0410c;
	border-color: #d0410c
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.fuelMeterBackground {
	position: absolute;
	top: 0;
	left: 0;
	padding: 23px;
	z-index: 1;
	max-width: 100%;
}

.gaugeMeter {
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: default;
	margin: auto;
}

.gaugeMeter span {
	line-height: 1em !important;
	top: 40%;
	-webkit-transform: translate(0, -40%);
	    -ms-transform: translate(0, -40%);
	        transform: translate(0, -40%)
}

.gaugeMeter b {
	line-height: 1em !important;
	top: 60%;
	-webkit-transform: translate(0, -60%);
	    -ms-transform: translate(0, -60%);
	        transform: translate(0, -60%)
}

.gaugeMeter span, .gaugeMeter b {
	margin: 0 23%;
	width: 54%;
	position: absolute;
	text-align: center;
	display: inline-block;
	color: rgba(0, 0, 0, .8);
	font-weight: 100;
	font-family: "open sans", arial;	/*verflow: hidden;*/

	/*white-space: nowrap;*/
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.gaugeMeter[data-style="semi"] b {
	margin: 0 10%;
	width: 80%;
}

.gaugeMeter s, .gaugeMeter u {
	text-decoration: none;
	font-size: .5em;
	opacity: .5;
}

.gaugeMeter b {
	color: black;
	font-weight: 300;
	opacity: .8;
}

.gaugeMeter canvas {
	position: relative;
	z-index: 2
}

#mainnav {
	background-color: #202020;
	z-index: 9999;
}

.bigtitle {
	margin-top: 30px;
}

.bigtitle-icon {
	font-size: 3em;
	color: rgba(0, 0, 0, .15);
}

.bigtitle h1:after {
	content: '';
	display: block;
	width: 50px;
	border: 1px solid rgba(0, 0, 0, .15);
	margin: 15px auto 30px auto;
}

#checkBoxUsername {
	font-weight: bold;
}

#filterWrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid black;
}

.oneMove {
	padding: 10px 15px;
	background-color: #fff;
	margin-bottom: 2px;
}

.oneMove .move-badge {
	padding: 3px 7px;
	background-color: #ccc;
	border-radius: 100px;
}

.move-badge.in {
	background-color: #28a745;
	color: #fff;
}

.move-action.in:after {
	content: '●';
	display: inline-block;
	color: #76cc88;
}

.move-badge.out {
	background-color: #17a2b8;
	color: #fff;
}

.move-action.out {
	float: right;
}

.move-action.out:before {
	content: '●';
	display: inline-block;
	color: #69c1ce;
}

#ddlFilterDates[readonly] {
	background-color: #fff;
}

.custom-range::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	margin-top: 0;
}
.custom-range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	margin-top: 0;
}
.custom-range::-ms-thumb {
	width: 20px;
	height: 20px;
	margin-top: 0;
}

.custom-range::-webkit-slider-runnable-track {
	height: 20px;
}
.custom-range::-moz-range-track {
	height: 20px;
}
.custom-range::-ms-track {
	height: 20px;
}

/* ========== STYLES POUR LES STATISTIQUES ========== */

/* Styles pour les cartes de statistiques */
.stats-card {
	transition: transform 0.2s ease-in-out;
}

.stats-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Styles pour les tableaux de statistiques */
.table-stats th {
	background-color: #f8f9fa;
	border-top: none;
	font-weight: 600;
}

.table-stats td {
	vertical-align: middle;
}

/* Styles pour les graphiques */
.chart-container {
	position: relative;
	height: 300px;
	margin: 20px 0;
}

/* Styles pour les badges de statistiques */
.stat-badge {
	font-size: 0.9em;
	padding: 0.25em 0.5em;
	border-radius: 0.25rem;
}

/* Styles pour la navigation des statistiques */
#mainnav .btn {
	margin: 0 5px;
}

/* Responsive pour les statistiques */
@media (max-width: 768px) {
	.stats-card .card-body h3 {
		font-size: 1.5rem;
	}
	
	.table-responsive {
		font-size: 0.9rem;
	}
	
	#mainnav .btn {
		font-size: 0.8rem;
		padding: 0.5rem 0.75rem;
	}
}

/* Animation pour les cartes */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.stats-card {
	animation: fadeInUp 0.6s ease-out;
}

/* Styles pour les graphiques Chart.js */
canvas {
	max-height: 300px;
}