/* Balises de base */

h3 {
	color: #C4037B;
}
h6 {
	text-decoration: underline;
}
label {
	color: #C4037B;
}
th {
	color: #1297B7;
	background-color: rgb(235, 235, 235);
}

/* Surcharges */
div.alert {
	margin-bottom: 0;
}
div.error-message {
	display: none;
}
input[type="checkbox"] {
	margin: 0;
}
.table {
	margin: 10px 0;
}

.tooltipster-default {
	border: 1px black solid;
}

/* Généralités */
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.header-line {
	line-height: 40px;
	margin: 10px 0;
}
.hidden {
	display: none;
}
.label-invisible {
	visibility: hidden;
}
.loader {
	display: none;
}
.color-csd {
	color: #C4037B;
}


/* ----------------------------------------------- Edit ----------------------------------------------- */

.client-options {
	margin-top: 10px;
}
.margin-left {
	padding-left: 50px;
}

/* ----------------------------------------------- Histories ----------------------------------------------- */

.table-info {
	line-height: 30px;
}

li {
   line-height: inherit;
}

a:focus, a:hover {
   text-decoration: none;
}