body {
	padding-top: 70px
}

label.required:after {
	content: '*';
	margin-left: 5px;
	font-weight: bold;
	color: red;
}

.loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
}

.loader i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Connexion */
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* Accueil */
.accueil .card a {
	color: black;
	text-decoration: none;
	display: block
}

.accueil .card a:hover {
	color: #0056b3;
}

/* Employés */
.table-responsive {
	overflow-x: scroll
}

#tableEmployes button {
	padding: 0;
}

#tableEmployes select, #tableEmployes input { width: auto }

#tableEmployes thead .badge {
	width: 100%;
	display: block
}

/* Exporter */
.formulaire_champs { 
	display: none;
	padding-left: 20px
}

#rechercheEmployes, #listeEmployes {
	overflow: auto;
	max-height: 250px
}