/**BOUTON CHECKbOX**/
.onoffswitch-titre
{
	position: relative;
	display: inline-block;
	font-family: Arial;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
	border: 1px solid lightgrey;
	border-radius: 14px;
	padding: 5px;
	margin: 5px;
}

.site_puceRouge
{
	display: inline-flex;
	border-radius: 100%;
	border: 1px solid darkred;
	background-color: red;
	/*background-image: linear-gradient(#ff015d, #9f003a);*/
	background-image: linear-gradient(#ff015d, darkred);
	width: 10px;
	height: 10px;
}

.site_puceVerte
{
	display: inline-flex;
	border-radius: 100%;
	border: 1px solid darkgreen;
	background-color: green;
	/*background-image: linear-gradient(#00cc00, #2e7d32);*/
	background-image: linear-gradient(#00cc00, darkgreen);
	width: 10px;
	height: 10px;
}

.site_puceBleue
{
	display: inline-flex;
	border-radius: 100%;
	border: 1px solid #006dcc;
	background-color: #006dcc;
	background-image: linear-gradient(#00CCFF, #006dcc);
	width: 10px;
	height: 10px;
}

.site_puceAttention
{
	display: inline-flex;
	border-radius: 100%;
	border: 1px solid darkgreen;
	background-color: green;
	background-image: linear-gradient(#ff9922, orange);
	width: 16px;
	height: 16px;
}

.site_puceAttention:after
{
	content: '!';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.DIV_Switch
{
	position: relative; 
	width: 32px;
	vertical-align:middle;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	display:inline-block;
}
.onoffswitch-checkbox
{
	 display: none;
}
.onoffswitch-label
{
	display: block; 
	overflow: hidden; 
	cursor: pointer;
	height: 16px; 
	padding: 0; 
	line-height: 26px;
	border: 1px solid lightgrey; 
	border-radius: 32px;
	background-color:white;
	left: 1px;
}

.onoffswitch-label:before
{
	content: "";
	display: block;
	width: 16px;
	/*border: solid 1px lightgrey;*/
	background: #FFFFFF;
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 14px;
	border-radius: 36px;
	/*box-shadow:1px 1px 1px rgba(193, 193, 193, 0.5);*/
	-webkit-transition: all 50ms ease-in;
	transition: all 50ms ease-in;
}

.onoffswitch-checkbox:checked + .onoffswitch-label
{
	 background-color: #090;
	 border: 1px solid #090; 
	 margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before
{
	right: 1px; 
	background-color: white;
}

.onoffswitch-checkbox:not(:checked) + .onoffswitch-label:before
{
	box-shadow:1px 1px 1px rgba(193, 193, 193, 0.5);
}

.listeDeroulanteCoche
{
	position: absolute;
	top: 25px;
	left: 0px;
	border: 1px solid lightgrey;
	border-radius: 14px;
	z-index: 99;
	background-color: white;
	white-space: nowrap;
	padding: 2px;
	display: none;
	box-shadow: 2px 2px 2px 1px #9b9b9b;
}

.boutonRond
{
	border: 1px solid lightgrey;
	border-radius: 14px;
	background-color: lightgrey;
}

.lienPage
{
	border: 1px solid grey;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	padding: 0px;
}

.lienPage:hover
{
	color: white;
	background-color: #ff015d;
	background-image: linear-gradient(#ff015d, #9f003a);
}

.lienPage_Selectionne
{
	color: white;
	background-color: #ff015d;
	background-image: linear-gradient(#ff015d, #9f003a);
}

.site_bouton
{
	display: inline-flex;
	border: 1px solid grey;
	border-radius: 24px;
	background-color: #eeeeee;
	height: 24px;
	min-width: 24px;
	box-sizing: border-box;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}

.site_bouton:hover
{
	border: 1px solid #39f;
}

.site_bouton img
{
	height: 16px;
	box-sizing: border-box;
	margin-right: 3px;
}

.site_boutonImage
{
	display: inline;
	cursor: pointer;
}

.site_boutonImage img
{
	height: 16px;
	box-sizing: border-box;
	border: none;
	vertical-align: middle;
}

.site_tableau
{
	border-bottom: 1px solid black;
	border-collapse: collapse;
	margin: 10px;
	box-sizing: border-box;
	table-layout: fixed;
}

.site_tableau thead th
{
	background-color: #666;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	padding: 5px;
	color: white;
	height: 44px;
	box-sizing: border-box;
	text-shadow: 1px 1px 4px #000;
	white-space: nowrap;
}

.site_tableau tbody td
{
	/*background-color: white;*/
	/*border-right: 1px dotted lightgrey;*/
	padding: 4px;
	vertical-align: middle;
}

.site_tableau tbody td input[type="text"]
{
	border: 1px solid lightgrey;
	border-radius: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 3px;
}

.site_tableau tr:nth-child(odd)
{
  background-color: #ebece3;
	/*border-right: 1px dotted white;*/
}

.site_tableau tr:nth-child(even)
{
  background-color: #fafaf8;
	/*border-right: 1px dotted white;*/
}

.alignDroite
{
	text-align: right;
}

.alignCentre
{
	text-align: center;
}

.fG
{
	justify-content: flex-start;
}

.fC
{
	justify-content: center;
}

.fD
{
	justify-content: flex-end;
}

input:focus, select:focus, textarea:focus, button:focus
{
	outline: none;
}

.site_Icone
{
	height: 25px;
	vertical-align: middle;
}

.site_Icone20
{
	height: 20px;
	vertical-align: middle;
}

.site_Icone16
{
	height: 16px;
	vertical-align: middle;
}

.flecheHaut {
	width: 0;
	height: 0;

	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

	border-bottom: 20px solid red;
}

.flecheBas {
	width: 0;
	height: 0;

	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

	border-top: 20px solid red;
}

.flecheGauche {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 20px solid red;
}

.flecheDroite {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid red;
}

/* Entête filtre tableau */
.site_Filtre_Bloc
{
	display: flex;
	flex-direction: column;
	padding: 2px;
}

.site_Filtre_Ligne
{
	display: flex;
	flex-direction: row;
	margin: 2px;
	height: 24px;
	align-items: center;
}

.site_Filtre_SousBloc
{
	display: flex;
	flex-direction: row;
	margin: 2px;
	height: 100%;
	align-items: center;
}

.site_Filtre_SousBloc + .site_Filtre_SousBloc
{
	margin-left: 20px;
}

.site_Filtre_Ligne_Champs
{
	display: flex;
	height: 100%;
	box-sizing: border-box;
	align-items: center;
}

.site_Filtre_Ligne_ChampsBordure
{
	border: 1px solid grey;
	height: 100%;
	box-sizing: border-box;
}

.site_Filtre_Ligne_Champs + .site_Filtre_Ligne_Champs
{
	margin-left: 5px;
}

.site_Filtre_Ligne_Libelle
{
	margin-right: 5px;
}

.site_Filtre_Ligne input
{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.site_Vue
{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	min-height: 0;
}

.site_BarreMenu
{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	min-height: 0;
	background-color: #eeeeee;
	border-bottom: 1px solid grey;
}

.site_BarreMenu_Bouton
{
	display: flex;
	flex-direction: row;
	height: 100%;
	box-sizing: border-box;
	min-height: 0;
	background-color: lightgrey;
	border: 1px solid grey;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
