@font-face {
 font-family: "Font Awesome";
 src: url("fa-regular-400.ttf");
}

.bandeau {
	clear: both;
	background-color: #7AB200;
	height: 3em;
}

#inventaire .bandeau, #recherche-bovin .bandeau {
	position: fixed;
	z-index: 5000;
	width: 100%;
}

.bandeau .bord {
	width: 49%
}

.bandeau .bord.mini {
	width: 5em;
}

.bandeau .gauche {
	float: left;
	margin-left: .25em;
	text-align: left;
}

.bandeau .droite {
	float: right;
	margin-right: .25em;
	text-align: right;
}

.bandeau .centre {
	text-align: center;
	color: #FFFFFF;
	text-overflow: ellipsis;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0 1px 1px #444444;
	padding-top: .5em;
}

.bandeau a {
	width: 100%;
}

h1 {
	text-align: center;
	font-size: 1.2em;
}

label {
	color: green;
	font-weight: normal;
}

.message-statique {
	text-align: center;
	font-weight: bold;
}

.cache {
	display: none;
}

.label {
	width: 6em;
}

table {
	width: 100%;
}

td {
	vertical-align: middle;
}

td.date {
	width: 5em;
}

td.evenement-previsionnel {
	color: #FF9933;
}

#a-propos-debug-infos {
	background-color: #FFFFFF;
}

#menu-favoris img, #menu-hors-favoris img {
	width: 48px;
}

#favoris-outils img {
	width: 48px;
}

#menu-favoris .libelle, #menu-hors-favoris .libelle {
	height: 3em;
	text-shadow: none;
}

#liste-bovins .selection {
	width: 10%;
}

#liste-bovins .numero-travail {
	width: 20%;
	text-align: left;
}

#liste-bovins .nom {
	width: 30%;
	text-align: left;
}

.bloc {
	margin-top: 1em;
	border: .1em solid grey;
	border-radius: .3em;
	-wekkit-border-radius: .3em;
	-moz-border-radius: .3em;
}

.bloc-avec-entete {
	background-color: #7AB200;
	margin-top: 1em;
	border: .1em solid grey;
	border-radius: 0.3em;
	-wekkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}

.bloc-avec-entete > div {
	background-color: #FFFFFF;
}

.bloc > *:last-child {
	border-bottom-left-radius: .3em;
	border-bottom-right-radius: .3em;
	-wekkit-bottom-left-border-radius: .3em;
	-wekkit-bottom-right-border-radius: .3em;
	-moz-bottom-left-border-radius: .3em;
	-moz-bottom-right-border-radius: .3em;
}

.bloc-avec-entete > *:last-child {
	border-bottom-left-radius: .3em;
	border-bottom-right-radius: .3em;
	-wekkit-bottom-left-border-radius: .3em;
	-wekkit-bottom-right-border-radius: .3em;
	-moz-bottom-left-border-radius: .3em;
	-moz-bottom-right-border-radius: .3em;
}

.bloc-avec-entete .actions-bloc {
	width: 100%;
	border-collapse: collapse;
	color: #FFFFFF;
	/* font-weight: bold; */
}


.actions-bloc td:nth-child(1) {
	width: 70%;
	text-align: left;
	/*padding-left: .5em;*/
	padding: 1em;
}

.actions-bloc td:nth-child(2) {
	width: 30%;
	text-align: right;
}

.actions-bloc[colspan="2"] {
	width: 100%;
	text-align: right;
}

.bloc-avec-entete .actions-bloc-observations {
	width: 100%;
	border-collapse: collapse;
	color: #FFFFFF;
	/* font-weight: bold; */
}

.indicateur {
	font-weight: bold;
	color: #000000;
}

.indicateur label {
	font-weight: bold;
	color: #000000;
}

.actions-bloc-observations td:nth-child(1) {
	width: 40%;
	text-align: left;
	padding-left: .5em;
	padding: 1em;
}

.actions-bloc-observations td:nth-child(2) {
	width: 50%;
	text-align: left;
}

.actions-bloc-observations td:nth-child(3) {
	width: 10%;
	text-align: right;
}

.action-icone {
	width: 26px;
}

.icone-droite {
	margin-left: 1em;
}

div[data-role='header'] {
	margin-bottom: 1em;
}

#recherche-bovin-liste-bovins, #agenda-entete {
	margin-top: 1em;
}

.code-pays {
	width: 2em;
}

/*
#sortie-cause-label, #sortie-cause-reforme-label {
	font-weight: bold;
}
*/

/*
#liste-bovins .date-naissance {
	width: 20%;
	text-align: left;
}
*/

@keyframes keyframe-rouge-blanc{
	100%{
		color: #DD0000;
	}
}
.cligontant-blanc-rouge {
	animation: keyframe-rouge-blanc 1s 1;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	font-size: 18pt;
}


#liste-bovins .categorie-technique {
	width: 50%;
	text-align: left;
}

table.liste {
	border-collapse: collapse;
	width: 100%;
}

table.liste a:not([data-role="button"]) {
	color: #7ab200;
}

table.liste tbody {
	border: .1em solid grey;
}

.bloc h3 {
	text-align: center;
	color: #7ab200;
}

.bloc .liste tbody {
	border: none;
}

.bloc-avec-entete .liste tbody {
	border: none;
}

.bloc .liste tr:last-child td {
	border-bottom: none;
}

.bloc-avec-entete .liste tr:last-child td {
	border-bottom: none;
}

.retracte .liste {
	display: none;
}

table.liste td {
	height: 3em;
	border-top: .1em solid grey;
	border-bottom: .1em solid grey;
}

.bloc-avec-entete table.liste td {
	height: 2em;
}

.activation-directe {
	color: #7ab200;
	text-decoration: underline;
}

.selection {
	color: #FFFFFF;
	background-color: #664921;
}

td.numero-travail {
	padding-left: .5em;
	width: 3em;
}

.accepte {
	color: green;
}

.refuse-fonctionnel, .refuse-technique {
	color: red;
}

#authentification-version {
	margin:0 auto;
	margin-top: 2em;
	margin-left:auto;
	margin-right:auto;
	align:center;
	text-align:center;
}

#index-exploitation {
	font-weight: bold;
}

#index-content {
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	align:center;
	text-align:center;
}

#attente {
	text-align: center;
	display: none;
}

#version {
	text-align: center;
}

#traitement-prescriptions .produit {
	width: 100%;
}

#prescription-duree {
	width: 2em;
}

.aucun-resultat {
	font-weight: bold;
	text-align: center;
}

#filtres-bovins label {
	color : #000000;
}

.diagnostic-gestation .action-icone {
	float: right;
}

.alignement {
	border: none;
}

.alignement > tr > td, .alignement > tbody > tr > td {
	border: none;
	vertical-align: top;
}

#index-entete,
#agenda-entete {
	text-align: center;
	margin-bottom: 1em;
}

/*fiche animal*/

#fiche-bovin-informations-veaux td:first-child {
	font-weight: bold;
	width: 3em;
}

#fiche-bovin-informations-veaux td {
	font-weight: normal;
	width : 100%
}

td.veau-adopteParAutreMere {
	color: #FF9933;
}

td.veau-adopteParMere {
	color: #0066CC;
}

.bloc-fiche-bovin {
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
	/*border: .1em solid grey;*/
	border-radius: 0.3em;
	-wekkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}

.bloc-info-fiche-bovin {
	margin-bottom: 1em;
	/*border: .1em solid grey;*/
	border-radius: 0.3em;
	-wekkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	
	padding: 3px 3px 3px 3px;
	background-color: initial;
}

.bloc-info-fiche-bovin .liste tbody {
	border: none;
}

.bloc-info-fiche-bovin .liste td {
	border: none;
}

.bloc-info-fiche-bovin .liste tr {
	/*border-bottom: .1em solid grey;*/
}

.bloc-info-fiche-bovin .liste tr:last-child {
	border-bottom: none;
}

.evenement-en-retard {
	color: red;
}

.evenement-valide {
	color: green;
}

.description {
	margin-top: 1em;
	margin-bottom: 1em;
	white-space: pre-line;
}

.favoris-icone {
	width: 20%;
}

.favoris-selecteur {
	width: 80%;
}

#menu-favoris-titre, #menu-hors-favoris-titre {
	background-color: #7AB200;
	color: #fff;
	height: 1.2em;
	font-size: 1.2em;
	border-radius: .5em;
	padding-top: .2em;
	padding-bottom: .2em;
}

/*
#menu-hors-favoris-titre {
	margin-top: 2em;
}
*/

.index-entete-outil {
	width: 10%;
	vertical-align: top;
}

.index-entete-outil img {
	width: 32px;
	display: block;
	margin-bottom: 8px;
}

.index-entete-logo {
	width: 80%;
	height: 4em;
}

.index-entete-logo img {
	width: 240px; 	
}

#index-compteur-actualites {
	position: absolute;
	left: 24px;
	z-index: 10000;
}

.menu-lateral-pastille-compteur {
	position: absolute;
	left: 30px;
	z-index: 10000;
}

.pastille-compteur {
	background-color: #f00;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 2px 1px 0px #656565;
	color: #fff;
	width: 16px;
	height: 16px;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
}

#index-alertes-lien, #index-maj-version {
	color: #f00;
}

#blocage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
	z-index: 1000;
}

#dialogue {
	z-index: 2000;
}

#dialogue-messages, #dialogue-formulaire {
	padding: 1em;
}

.AVERTISSEMENT, .avertissement {
	color: #f50;
}

.ERREUR, .erreur {
	color: #f00;
}

section {
	margin-bottom: 2em;
}

section > header h1 {
	text-align: left;
	font-size: 150%;
	font-weight: bold;
}

.aide {
	font-size: 1em;
	text-align: justify;
}

.pesee .action-icone {
	float: right;
}

.pesee .alignement {
	width: 10em;
}

.pesee .alignement td {
	vertical-align: middle;
}

#detail-lot-pesees-pesees .bovin {
	margin-bottom: 1em;
}

.donnee-pesee {
	font-weight: bold;
}

/* Mise a jour */
div[data-role='content'] {
	overflow-x: visible;
}

.bandeau a[data-role='button'] {
	font-size: 12.5px;
	margin: .5em 0em;
 	max-width: 65%;
}

a[onclick="connexion();"] {
 	max-width: 100%;
}

div .dwwol {
	background-color: #7AB200;
}

.ui-listview>.ui-li-static,
.ui-listview>.ui-li-divider,
.ui-listview>li>a.ui-btn {
	white-space: initial;
}

#naissance-informations-mere-selectionnee,
#adoption-informations-veau-selectionne {
	font-weight: bold;
}

#div-informations-bovin-selectionne {
	font-weight: bold;
}

.ui-mini {
	margin: inherit;
}

#recherche-bovin-selection-globale {
	float: left;
}

.bloc-avec-entete {
	border-radius: 0.3em;
	-wekkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	text-shadow: none;
	overflow: hidden;
}

#sortie-bloc-bovins a {
	margin-right: 4px;
}

.bloc-avec-entete#sortie-bloc-bovins > *:last-child {
	border-bottom-left-radius: initial;
	border-bottom-right-radius: initial;
}

.bloc-avec-entete table tbody tr td a {
	text-shadow: none;
}

#menu-favoris-titre, #menu-hors-favoris-titre {
	border-radius: 0.3em;
	-wekkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}

.ui-btn {
	margin-left: 3px;
	margin-right: 3px;
}

.bloc-fiche-bovin,
#inventaire-liste-bovins-table_wrapper,
#recherche-bovin-liste-resultats-table_wrapper,
#inventaire-liste-bovins-table,
#recherche-bovin-liste-resultats-table {
	background-color: #FFFFFF;
}

#menu-favoris-titre,
#menu-hors-favoris-titre {
	text-shadow: none;
}

a.text-blanc {
	color: #FFFFFF;
}
/* --- */
/* Image de fond */
#index, #authentification {
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
}

#index .ui-body-b, .ui-overlay-b {
	background: none;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
	background-color: #F8F8F6;
}

.ui-mobile fieldset {
	display: block;
}

@media (min-width: 1302px) {
	#index, #authentification {
		background-position: 50% 0%;
	}
}
/* --- */
/* --- Grille --- */
table.dataTable.stripe tbody tr.odd,
table.dataTable.stripe tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: rgba(122, 178, 0, 0.1);
}

table.dataTable.stripe tbody tr.even,
table.dataTable.stripe tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	/*background-color: rgba(151, 107, 49, 0.1);*/
}

table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_1 {
	background-color: initial;
}

.activation-directe {
	color: #000000;
}

#recherche-bovin-liste-resultats-table .selection,
#recherche-bovin-liste-resultats-table .selection .activation-directe {
	background-color: #664921;
	color: #FFFFFF;
	text-shadow: none;
}

.selection .activation-directe {
	background-color: #664921;
	color: #FFFFFF;
	text-shadow: none;
}


table.dataTable.stripe tbody tr.odd.surligne,
table.dataTable.stripe tbody tr.even.surligne {
	background-color: #664921;
	color: #FFFFFF;
	text-shadow: none;
}

tr.surligne .activation-directe {
	color: #FFFFFF;
}
/* --- */
/* Menu latéral */
.menu-lateral-bouton {
	float: left;
	margin-top: 3px;
	margin-left: 2px;
}

#menu-lateral {
	background-color: #4C3E2C;
	text-shadow: none;
	color: #FFFFFF;
	/*background-image: url(images/fond.jpg);
	background-color: rgb(242, 241, 237);
	background-repeat: no-repeat;*/
}

#menu-lateral ul {
	padding: 0px;
}

#menu-lateral li {
	list-style-type: none;
	border-bottom: 1px solid #475657;
	border-top: 1px solid #95A5A6;
	display: block;
	padding-left: 0px;
	background-color: rgba(108, 77, 35, 0.8);
}

#menu-lateral li:first-child {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	overflow: hidden; /* Couleur sur arrondis */
}
 
#menu-lateral li:last-child {
	margin-bottom: 0px;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	overflow: hidden; /* Couleur sur arrondis */
}

#menu-lateral .element-menu,
#menu-lateral .element-special-menu {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-weight: bold;
}

#menu-lateral #menu-lateral-synchronisation {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menu-lateral .element-menu.menu-lateral-fermer {
	padding-left: 10px;
	text-align: center;
}

#menu-lateral a:hover.element-menu,
#menu-lateral a:active.element-menu {
	background-color: #976b31;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

#menu-lateral .element-special-menu {
	padding-left: 10px;
}

#menu-lateral .element-special-menu:hover,
#menu-lateral .element-special-menu:active {
	background-color: #976b31;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

#menu-lateral .menu-lateral-icone {
	/*
	float: left;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
	*/
}

#menu-lateral-synchronisation-icone {
	padding-top: 5px;
}

.menu-lateral-icone img {
	float: left;
	margin: .2em;
	width: 30px;
	height: 30px;
}

#menu-lateral .titre-rubrique {
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	background-color: #7AB200;
	height: 1.2em;
	margin-bottom: 0px;
	padding-top: .2em;
	padding-bottom: .2em;
	border-radius: .5em;
	margin-top: 20px;
}

#menu-lateral #menu-lateral-alertes {
	color: #FF0000;
	font-size: 18px;
	text-align: center;
	padding-left: 0px;
	text-decoration: underline;
}

#menu-lateral #menul-lateral-synchronisation-icone {
	float: left;
	margin-left: -5px;
	margin-right: 10px;
}

#menu-lateral #menu-lateral-version {
	text-align: center;
	margin-top: 25px;
	/*color: rgba(108, 77, 35, 1);*/
	color: #fff;
	text-shadow: 0 1px 1px #000000;
}

#menu-lateral .page-courante {
	background-color: #9E906E;
	text-shadow: 0 1px 1px #444444;
}

#menu-lateral .ui-icon-delete {
	float: left;
	width: 40px;
	height: 33.5px;
	margin-top: -2px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
}

#menu-lateral .ui-icon-home {
	width: 40px;
	height: 33.5px;
	margin-top: -2px;
	margin-left: 44px;
	margin-bottom: 30px;
}

#menu-lateral .ui-icon-alert {
	float: left;
	background-color: #FF0000;
	border: none;
	margin-right: -50px;
	left: 50px;
}

#menu-lateral div[data-role="collapsible"] h4 {
	margin-bottom: -16px;
}

#menu-lateral div[data-role="collapsible"] li:first-child {
	border-top-left-radius: initial;
	border-top-right-radius: initial;
}

#menu-lateral .ui-collapsible-inset .ui-collapsible-heading .ui-btn {
	background-color: #7AB200;
	border-color: #7AB200;
	color: #ffffff;
	text-shadow: none;
}

#menu-lateral .ui-collapsible-content.ui-body-inherit {
	margin: 0px;
	padding: 0px;
	background-color: #4C3E2C;
	border: none;
}

#menu-lateral ul {
	text-shadow: none;
}

.bandeau a.ui-icon-bars {
	width: 40px;
	height: 33.5px;
}

.bandeau a.ui-icon-arrow-l {
	width: 40px;
	height: 33.5px;
}

.ui-icon-bars.ui-btn.ui-btn-a.ui-btn-active,
.ui-icon-bars.ui-btn.ui-btn-a:focus {
	background-color: #6C4D23;
	border-color: #976b31;
	box-shadow: none;
}

.ui-panel-inner {
	padding: 0.5em;
}

.ui-panel-dismiss {
	background: rgba(0,0,0,0.5);
}
/* --- */
/* Fiche bovin amelioree */
@media (orientation : landscape) {
	.bloc-fiche-bovin {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.bloc-info-fiche-bovin {
		margin-bottom: 20px;
	}
	label {
		width: 46%;
	}

	.fiche-bovin-element-centre{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.fiche-bovin-element-bord {
		width: 49%;
	}

	.bloc-info-fiche-bovin > label {
		width: 100%;
	}
}

@media (orientation: portrait) {
	.fiche-bovin-element-centre,
	.fiche-bovin-element-bord {
		width: 100%;
	}
}
.bloc-fiche-bovin
{
	background-color: #FFFFFF;
	color: #000000;
	border-top-left-radius: initial;
	border-top-right-radius: initial;
	border-bottom-left-radius: initial;
	border-bottom-right-radius: initial;
	padding: 0;
}


#fiche-bovin-index-viande, #fiche-bovin-conteneur-index-post-sevrage,
	#fiche-bovin-pointages, #fiche-bovin-pesees-table {
	text-shadow: none;
}

#fiche-bovin-aucun-evenement {
	margin-top: 0px;
	padding: 3px;
}

.bloc-info-fiche-bovin > label {
	background-color: rgb(151, 107, 49) !important;
	text-align: center;
	color: white;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	text-shadow: none;
	padding-top: 10px;
	height: 30px;
	margin-bottom: -1px;
}

table.liste td {
	padding: 3px;
}

#fiche-bovin tr:nth-child(even) {
	background-color: rgba(122, 178, 0, 0.1);
}

#fiche-bovin tr:nth-last-child {
	border-radius: 0.3em;
}

#fiche-bovin-informations-detaillees-table {
	overflow: hidden;
}

.bloc-fiche-bovin, .bloc-fiche-bovin table {
	overflow: hidden;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	border-collapse: collapse;
}

.bloc-fiche-bovin body, .bloc-fiche-bovin tr, .bloc-fiche-bovin td {
	padding: 3px;
}

#fiche-bovin-pesees, #fiche-bovin-pointages, #fiche-bovin-index-viande,
	#fiche-bovin-conteneur-index-post-sevrage, #fiche-bovin-lactations,
	#fiche-bovin-dernier-controle-lait, #fiche-bovin-index-lait {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#fiche-bovin-content .ui-collapsible-heading-toggle  {
	background-color: rgb(151, 107, 49);
	text-shadow: initial;
	font-weight: initial;
    white-space: pre;
	text-align:center;
}

#fiche-bovin .fiche-depliable > div > div {
	width: 99.5%;
}

#fiche-bovin .ui-collapsible-content {
	padding: 0;
	border-left-width: 0;
	border-right-width: 0;
}

#fiche-bovin .ui-collapsible-themed-content .ui-collapsible-content {
	border-bottom: 0;
}

#fiche-bovin-content,
#fiche-vente-content {
	padding: 3px;
	text-shadow: none;
}

[class*="fiche-bovin-"] table[id$="-table"] td {
	height: initial;
	padding: 0;
}

.fiche-bovin-element-bord table[id$="-table"]
{
	max-width: 400px;
	margin: auto;
}

#fiche-bovin-index-lait-table, #fiche-bovin-mere-index-lait-table {
	max-width: 300px;
	margin: auto;
}

.col-etroite1 {
	width: 25%;
}

.col-etroite2 {
	width: 15%;
}

.col-etroite3 {
	width: 60%;
}

.text-gras {
	font-weight: bold;
}


.important {
	font-weight: bold !important;
	color: #f00 !important;
}

.divContenuHeader {
	text-align: center;
	padding: 5px;
	background-color: #7AB200;
	color: white;
}

.divContenuHeaderOrange {
	text-align: center;
	padding: 5px;
	background-color: #FFA500;
	color: white;
}

.contenu-centre {
	display         : flex  ;
	justify-content : center;
	align-items     : center;
}

#bandeau-informations {
	clear: both;
}

.texte-bandeau-informations {
	font-weight  : bold  ;
	font-size    : 1.1em ;
	display      : inline;
	margin-right : 1em   ;
}

.image-bandeau-informations {
	width   : 32px  ;
	height  : 32px  ;
	display : inline;
}

.image-mode-deconnecte {
	background-image: url("images/ic_modeDeconnecte.png");
}
.image-mode-connecte {
	background-image: url("images/ic_modeConnecte.png");
}

/**
La classe "etiquette-case-a-cocher" permet de styliser une checkbox jquery, sans avoir de bloc représentant le label.
Pour fonctionner, il faut appliquer cette classe au label de la checkbox.
 */
.etiquette-case-a-cocher {
    width: 18px !important;
    height: 18px !important;
    border-width: 0 !important;
    padding: 5px !important;    /* Les cases à cocher sont petites sur téléphone => difficile de les cocher sans les agrandir artificiellement (5px supplémentaires sur chaque côté, transparents). */
    background-color: transparent !important;
}

.etiquette-case-a-cocher::after {
	position: relative;
	padding:0 !important;
	margin:0 !important;
	top:0;
	left: 0;
	width: 18px !important;
	height: 18px !important;
}

.etiquette-case-a-cocher + input[type="checkbox"] {
	display: none;
}

.cellule-case-a-cocher {
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.ligne-tableau-centree {
	text-align: center !important;
}

.milklic-premier-controle {
	border-left: 10px solid lightblue;
}

.milklic-legende-rouge {
	border-left: 10px solid red;
}

.milklic-legende-orange {
	border-left: 10px solid orange;
}

.milklic-legende-violet {
	border-left: 10px solid #9900cc;
}

.milklic-legende-marron {
	border-left: 10px solid #996600;
}

.milklic-indicateur-rouge {
	color: red;
	font-weight: bold;
}

.milklic-indicateur-orange {
	color: orange;
	font-weight: bold;
}

.milklic-indicateur-vert {
	color: #14cd41;
	font-weight: bold;
}

.milklic-indicateur-violet {
	color: #9900cc;
	font-weight: bold;
}

.milklic-indicateur-marron {
	color: #996600;
	font-weight: bold;
}

.icone {
    font-family: "Font Awesome";
}

input.localisation-pathologie {
    display: none;
}

input.localisation-pathologie + label:before {
    font-size: 200%;
    background-color: #fff;
    color: #777;
    padding: .2em;
    border-radius: .2em
}

input.localisation-pathologie:checked + label:before {
    content: "\f14a"; /* Case cochée : 'check-square' */
}

input.localisation-pathologie:not(checked) + label:before {
    content: "\f0c8"; /* Case non cochée : 'square' */
}

/* Zone de recherche */
.liste-deroulante {
	display: none;
	position: absolute;
	overflow: auto;
	z-index: 5000;
	background-color: #F8F8F6;
    margin-top: -8px;
	border: 1px solid #000;
	border-radius: 0.3em;
}

.liste-deroulante a {
	padding: 12px 16px;
	display: block;
}

.conteneur-recherche {
	display: flex;
	justify-content: space-between;
}

.conteneur-liste-deroulante {
	width: 100%;
}

.disp-inline-block { display:inline-block; }

.disp-block { display: block; }

.text-centrer { text-align: center; }

.text-droite { text-align: right; }

.text-gauche { text-align: left; }

.statut-ia-vert { color: #84BC3C; }
.statut-ia-orange { color: #F29B4B; }
.statut-ia-rouge { color: #E96255; }

tr.produit {
	text-align: center;
}

.en-transhumance { background-color: #D0F5AF; }

.selection .en-transhumance {
	color: #FFFFFF;
	background-color: #664921;
}

.couleur-label {
	color: green;
}