@font-face {
	font-family: 'Homenaje';
	font-style: normal;
	font-weight: 400;
	src: local('Homenaje'), local('Homenaje-Regular'), url(https://themes.googleusercontent.com/static/fonts/homenaje/v2/74rNkO0_718VQPTEmPNsIvesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
.form input.CRP, .form input.CRD {
	display:none;
}
div[hidden] {
	display:none;
}
.form input.CRP + label,.form input.CRD + label {
	margin:0;
	display: inline-block;
	width: 22px;
	height: 18px;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: center;
	background-color: white;
	color: black;
}
.form input.CRP:checked + label  {
	background: #000000;
	background: radial-gradient(#000000, #ffffff);
	/*background-color: #65838d !important;*/
	color: white !important;
}
.form input.CRD:checked + label {
	background: #e00000;
	background: radial-gradient(#e00000, #ffffff);
	color: white !important;
}
.form label.CRPE0,.form label.CRDE0,td.CRPE0,td.CRDE0 {
}

.form label.CRPE1,td.CRPE1{
	border: 1px solid grey;
}
.form label.CRDE1,td.CRDE1{
	border: 1px solid coral;
}

.form label.CRPE2,td.CRPE2 {
	border: 3px solid black;
}

.form label.CRDE2,td.CRDE2 {
	border: 3px solid red;
}


.titre_page {
	color: #FFFFFF;
	font-size: 16px;
}

.grand_titre {
	color: #FFFFFF;
	font-family: "Kozuka Gothic Pr6N", sans-serif;
	font-size: 30px;
}

.titre {
	color: #FFFFFF;
	font-family: "Kozuka Gothic Pr6N", sans-serif;
	font-size: 14px;
}

.sstitre {
	color: #FFFFFF;
	font-family: "Kozuka Gothic Pr6N", sans-serif;
	font-size: 12px;
}

.texte {
	color: #0F0F0F;
	font-size: 12px;
}

.lien_rouge {
	color: #C62232;
	font-size: 12px;
	text-decoration: underline;
}

.lien_rouge:hover {
	color: #C62232;
	font-size: 12px;
	text-decoration: none;
}

.lien_noir {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

.lien_noir:hover {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

.lien_blanc {
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}

.lien_blanc:hover {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.border_image {
	border: 5px solid #FFFFFF;
}

.zoom {
	
}
.barree {
	text-decoration-line: line-through;
    text-decoration-style: solid;
	text-decoration-color: red;
	text-decoration-thickness: 3px;
}
.disabled {
	color: #999;
}

.ui-datepicker,.ui-autocomplete {
	z-index:900!important;
}

.strikethrough {
	position: relative;
	display: inline-block;

	&:after {
		content: '';
		position: absolute;
		top: 50%;
		display: flex;
		align-items: center;
		background: red;
		width: 100%;
		height: 2px;
		margin-top: -2px;
		transform: rotate(10deg);
	}

	&:before {
		content: '';
		position: absolute;
		top: 50%;
		display: flex;
		align-items: center;
		background: red;
		width: 100%;
		height: 2px;
		margin-top: -2px;
		transform: rotate(-10deg);
	}
}


/**** BLOC RECHERCHE ****/
fieldset {
	border: 1px solid #d2d2d2;
	background-color: #efefef;
}

fieldset legend {
	font-size: 12px;
	background-color: #e2e2e2;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	border: solid 1px #a5a5a5;
}

/**** FORMULAIRE ****/
.form {
	color: #111111
}

.form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form ol li {
	color: #111111;
	clear: both;
	padding-top: 5px;
	cursor: auto;
	line-height: 29px
}

.form label {
	width: 200px;
	display: inline-block;
	line-height: 29px;
	vertical-align: middle;
}
.form .lauto  {
	width: auto;
}
.form .l400  {
	width: 400px;
}
.form .l300  {
	width: 300px;
}
.form .l200  {
	width: 200px;
}
.form .l150  {
	width: 150px;
}

.form .l100  {
	width: 100px;
}

.form .l90  {
	width: 90px;
}

.form .l50  {
	width: 50px;
}
.form .l25  {
	width: 25px;
}
.form input[type=text], .form input[type=password],.form  input[type=time] {
	border-radius: 5px;
	border: 1px solid #dadadc;
	width: 260px;
	color: black;
	height: 20px;
	text-indent: 5px;
	vertical-align: middle;
}

.form select {
	border-radius: 5px;
	border: 1px solid #dadadc;
	width: 260px;
	color: black;
	height: 24px;
	text-indent: 5px;
	vertical-align: middle;
}

.form textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #dadadc;
	width:95%;
	height:200px;
	resize:none;
	color: black;
	vertical-align: top;
}

.form input[type=text]:hover, .form input[type=password]:hover,.form input[type=time]:hover , .form textarea:hover {
	border: 1px solid #77BB77;
}

.form input[type=text]:focus, .form input[type=password]:focus,.form input[type=time]:focus, .form textarea:focus {
	border: 1px solid #0000FF;
}

.form input[type=text].treslong {
	width: 740px !important;
}
.form input[type=text].libelle {
	width: 400px !important;
}

.form input[type=text].mot {
	width: 150px !important;
}
.form input[type=text].motlong {
	width: 200px !important;
}
.form input[type=text].motcourt {
	width: 100px !important;
}
.form input[type=text].tel {
	width: 125px !important;
}
.form input[type=text].code {
	width: 50px !important;
}

.form input[type=text].fullwidth, .form textarea.fullwidth .form input[type=password].fullwidth{
	width: 100% !important;
}

.form input[type=text].date {
	width: 90px !important;
}

.form .heure {
	width: 60px !important;
}

.form input[type=text][readonly], .form select[disabled], textarea[readonly] {
	background:  #DDDDDD!important;
}

.form input[type=submit][disabled], .form button[disabled] {
	color:#b0b0b0 ;
	cursor: default;
}

.form input[type=checkbox], .form input[type=radio] {
	vertical-align: middle;
	transform: scale(1.3); /* Opera */
	margin-right: 5px;
	margin-top: 2px;
}
.form td input {
	padding: 0 ;
	margin: 0 ;
}
/* READONLY NON SUPPORTE*/
select[readonly]{
	background: #DDDDDD !important;
}
select[readonly] option{
	display:none !important;
}

input[type=checkbox][readonly]{
	pointer-events:none;
	opacity:0.4;
}
input[type=checkbox][readonly] + label{
	pointer-events:none!important;
}
.zone_error {
	border : solid 2px red!important;
}
/*BLOCS CHAMPS COTE A COTE*/
.blocs {
	display:flex;
	justify-content: space-between;
}

.bloc {
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.bloc.l50p{
	width: 49.5%;
}
.bloc.l400{
	width: 400px;
}
.bloc.double{
	width:885px;
}
.bloc.auto{
	width:auto;
	margin-left:10px;
}

.borddroit {
	border-right: 1px solid lightgrey;
}
.bordgauche {
	border-right: 1px solid lightgrey;
}
/*BLOCS CHAMPS COTE A COTE*/
.gauche {
	width: 440px;
	float: left;
	display: inline-block;
}

.droite {
	width: 440px;
	float: right;
	display: inline-block;
}
.gauche label, .droite label, .bloc label {
	width: 140px;
	line-height: 29px
}
label.court {
	width: 110px!important;
}
.haut {
	width: 100%;
	height: 53%;
	display: inline-block;
}

.bas {
	width: 100%;
	height: 70%;
	display: inline-block;
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}

/**** BOUTONs ****/
.boutton, button, div.dt-buttons>.dt-button, div.dt-buttons>div.dt-button-split {
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	height: 25px;
	margin: 5px 15px;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
input[type=file] {
	cursor: pointer;
}

.boutton:hover:not([disabled]), button:hover:not([disabled]){
	background: #e6e6e6;
}
button.boutton.down,button.boutton.down:focus,button.boutton.down:hover, button.down,button.down:focus button.down:hover{
	background: #929292;
}

.bottom {
	margin-bottom: 5px;
}

.boutton.left {
	float: left;
	margin: 2px 0 2px 10px;
}

.boutton.right {
	float: right;
	margin: 2px 10px 2px 0;
}

.boutton.decale {
	margin: 2px 10px 2px 50px;
}

.nombre {
	text-align: right;
}

.textecentre {
	text-align: center;
}

.textedroite {
	text-align: right;
}

.separe {
	visibility: hidden;
	clear: both;
}

.h_5 {
	height: 5px;
	line-height: 5px;
}

.h_10 {
	height: 10px;
	line-height: 10px;
}

.h_20 {
	height: 20px;
	line-height: 20px;
}

/**** ACCUEIL ****/
#bloc_identification {
	color: #111111;
	background: #dadada;
	width: 290px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #98dc6e;
	border-radius: 20px 20px 20px 20px;

}

#bloc_identification label,
#bloc_identification h1,
#bloc_identification h2,
#bloc_identification h3,
#bloc_identification h4,
#bloc_identification table,
#bloc_identification span  {
	color: #fff;
}



.boite-modale {
	display:none;
	z-index: 500;
	width:auto;
	height:auto;
	padding:0;
	border: grey 1px solid;
	border-radius: 7px;
	position:absolute;
	background-color: #F9F9F9;
	top: 25%;
	left:25%;

}
.boite-modale h1 {
	margin:2px;
	padding:6px;
	font-size:1.2em;
	border-radius: 5px;
	border: grey 1px solid;
	background-color: #D4D4D4;
}
.boite-modale .close {
	position: absolute;
	right:5px;
	top:4px;
	margin:0;

}
.boite-modale div {
	font-size:1.1em;
	margin:10px;
}

.dialogue {
	display:none;
	z-index: 500;
	width:60%;
	height:90%;
	padding:0;
	margin:0;
	border: grey 1px solid;
	background-color: #F9F9F9;
	border-radius: 5px;
	position:absolute;
	top:5%;
	left:20%;


}
.dialogue h1 {
	margin:2px;
	padding:6px;
	font-size:1.2em;
	border-radius: 5px;
	border: grey 1px solid;
	background-color: #D4D4D4;
}
.dialogue .close {
	position: absolute;
	right:5px;
	top:4px;
	margin:0;

}
.dialogue .dialogue-contenu {
	font-size:1.1em;
	margin:0;
	padding:0;
	width:100%;
	height:calc(100% - 33px);

}
.ui-dialog {
	z-index: 500;
}

/* POUR LES IMPRESSIONS */

@media print {
	.page {page-break-after: always;}
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

table .hc {
	text-align: center;
}

table .hr {
	text-align: right;
}

table .vt {
	vertical-align: top;
}

table .vb {
	vertical-align: bottom;
}

table .bt {
	border-top: 1px solid lightgrey;
}

table .bb {
	border-bottom: 1px solid lightgrey;
}

table .bl {
	border-left: 1px solid lightgrey;
}

table .br {
	border-right: 1px solid lightgrey;
}

table .ba {
	border: 1px solid lightgrey;
}

table .case {
	display: inline;
	padding: 0;
	width: 10px;
	height: 12px;
	border: 1px solid black;
	margin-left: 15px;
	margin-right: 3px;
	text-align: center;
	font-size: 9pt;
}

table .bgg {
	background: #D4D4D4;
}

table .small .case {
	display: inline;
	padding: 0;
	width: 8px;
	height: 10px;
	border: 1px solid black;
	margin-left: 15px;
	margin-right: 3px;
	text-align: center;
	font-size: 7pt;
}

table .xlarge {
	font-size: 14pt;
}

table .large {
	font-size: 12pt;
}

table .large11 {
	font-size: 11pt;
}


table .small {
	font-size: 8pt;
}

table .small7 {
	font-size: 7pt;
}

table .xsmall {
	font-size: 6pt;
}

table .xxsmall {
	font-size: 5pt;
}

.ean13 {
	font-family: "Libre Barcode EAN13 Text",cursive;
	font-size: 7.65rem;
	font-feature-settings: "calt" 1;
	overflow: auto;
}

@font-face {
	font-family: 'Libre Barcode EAN13 Text';
	src: url('/css/fonts/LibreBarcodeEAN13Text-Regular.ttf')  format('truetype');
}



/* MESSAGES */
.msg {
	display: none;

	min-height: 20px;
	margin: 3px 0;
	padding: 5px 5px 1px 15px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #000;
	font-size:13px;
}
.msg.normal {
	display: block;
	background-color: #60f163;
	font-weight: bold;
}
.msg.warning {
	display: block;
	background-color: #ffb752;
}
.msg.error {
	display: block;
	color: #fff;
	background-color: #d70c00;
	font-weight: bold;
	/*****	background-color:#468cc3;#f2291a ****/
}

/*DATATABLES*/
.dataTable tbody {
	font-size: 1.1em;
}

.dataTable tbody tr td {
	padding: 4px;
}
.dataTable tbody tr:not(.selected):hover{
	background-color: #f0f0f0!important;
}

.dataTables_scrollBody{
	min-height: 200px;
}

.display th {
	text-align: left;
}
td.wrapok {
	white-space:normal
}
table.dataTable tbody td.select-checkbox:before {
	content: ' ';
	height:14px;
	width:14px;
	margin-top: -10px;
	margin-left: -6px;
	border: 1px solid black;
	border-radius: 3px;
}
table.dataTable tbody tr.selected td.select-checkbox:after {
	content: '\2714';
	font-weight: 900;
	margin-top: -15px;
	margin-left: -7px;
	height:1.2em;
	text-align: center;
	color: black;
}
table.DTFC_Cloned thead,table.DTFC_Cloned tfoot{
	background-color: rgba(233, 233, 233, 0.95);
	border-top:1px solid lightgrey;
}
table.dataTable thead tr th.dtfc-fixed-left {
	background-color: inherit ;
}
/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */

table.DTCR_clonedTable {
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 502;
}

div.DTCR_pointer {
	width: 1px;
	background-color: #0259C4;
	z-index: 501;
}
