.body_global{

    FONT-FAMILY: Verdana;
    COLOR: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 500;

}
@font-face {
    font-family: mybarcode128;
	src: url('code128.ttf'),
	url('code128.eot'); /* IE9 */
}
@font-face {
    font-family: mybarcode39;
	src: url('IDAutomationHC39M.ttf'),
	url('IDAutomationHC39M.eot'); /* IE9 */
}
@font-face {
    font-family: MerlodNormeRegular;
	src: url('MerlodNorme-Regular.ttf'),
	url('MerlodNorme-Regular.otf'); /* IE9 */
}
@font-face {
    font-family: DosisMedium;
	src: url('Dosis-Medium.ttf'),
	url('Dosis-Medium.otf'); /* IE9 */
}
@font-face {
    font-family: MerlodNormeBold;
	src: url('MerlodNorme-Bold.otf'),
	url('MerlodNorme-Bold.otf'); /* IE9 */
}

@font-face {
    font-family: CaveatMedium;
	src: url('Caveat-Medium.ttf'),
	url('Caveat-Medium.ttf'); /* IE9 */
}



@font-face {
    font-family: AvenirNextCondensed;
	src: url('Avenir_Next_Condensed.ttc'),
	url('Avenir_Next_Condensed.ttc'); /* IE9 */
}

@font-face {
    font-family: Avenir_Next_Condensed_2;
	src: url('Avenir_Next_Condensed_2.ttf'),
	url('Avenir_Next_Condensed_2.ttf'); /* IE9 */
}
@font-face {
    font-family: MonotypeFuturaNowVar;
	src: url('Monotype_Futura_Now_Var.ttf'),
	url('Monotype_Futura_Now_Var.ttc'); /* IE9 */
}

@font-face {
    font-family: StawixMerlodNormeBold;
	src: url('Stawix_MerlodNorme_Bold.otf'),
	url('Stawix_MerlodNorme_Bold.otf'); /* IE9 */
}

.sub_login{
    border:none;
    height:25px; 
    width:80px ; 
    background-image:url('../images/bouton3.png');
}
.table_back_4All{
    FONT-FAMILY: Verdana;
    COLOR: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 500;
}

.form_login{
    border-radius: 10px; 
    background-color: rgba(0,  59,  251,  0.2);

}
.gobal_page{

    background-image: url('../images/back5.jpg');
    position:relative; 
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    /*box-shadow: -6px 5px 40px #b3ae9f;*/

}
.image_admin {
 
    border-radius: 2px; 
    border: 5px solid rgba(0,  59,  251,  0.2); 
    height: 50px;
    margin: 0;

}
.form_admin{
   height: 43px;
   margin-top: 16px;
   margin-left: 0px;
   margin-bottom: 16px;
   border-radius: 0px 10px 10px 0px; 
   background-color: rgba(0,  59,  251,  0.2);
}

.pAdmin {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #FFFFFF;
    margin-left: 6px;
    font-size: 14px;
    text-transform: uppercase;
}



.Deconnection {
    background-image:url('../images/deconn2.png');
    height:20px;
    width:20px;
    margin-top: 11px;
    margin-left :4px;
    text-align: center;
    /*border: none !important;*/
    cursor: pointer;
    border-radius: 2px;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	background-color:#FDFDFD;
	font-family: verdana;
    color: black;
    font-size: 9pt;
}

A:active
{
    COLOR: #2E5892;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #2E5892;
    TEXT-DECORATION: none
}
A:link
{
    COLOR: #2E5892;
    TEXT-DECORATION: none
}

input[type="text"],input[type="password"],select,textarea{
	border:solid 1px #0099FF;
	border-radius:3px;
	padding-left:3px;
	padding-right:3px;	
	FONT-FAMILY: Verdana, 'Comic Sans MS';
	FONT-SIZE: 9pt;
}

input[type="button"],input[type="submit"],input[type="reset"]{
	border:solid 2px #DDEEFF;
	background-color: #cecccc;
	padding-left:14px;
	padding-right:14px;	
	height:24px;
	FONT-FAMILY: Verdana, 'Comic Sans MS';
	FONT-SIZE: 9pt;
	FONT-WEIGHT: 700;
	cursor:pointer;
	border-radius:5px;
}

.Txt_Norm
{
    FONT-FAMILY: Verdana;
    COLOR: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 500;
    BORDER:0px;
    border-left:0px; 
}
.Td_Norm{
    FONT-FAMILY: Verdana;
    COLOR: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: 500;
}

.TdPrint{
    FONT-FAMILY: Verdana;
    COLOR: black;
    FONT-SIZE: 8pt;
	border-right:0px;
    border-left:black 1px solid;
    border-bottom:black 1px solid;
    padding-right:2px;
	padding-right:2px;
}

.TdBorder{
    border-left:black 1px solid;
    border-bottom:black 1px solid;
    border-right:0px ;
}

.Td_Entete
{
    border: 0;
    background-color:#DFDFDF;
    padding-left: 2px;
    padding-right: 2px;
    font-family: verdana;
    color: black;
    font-size: 8pt;
    font-weight: 600;
	border-left:black 1px solid;
    border-bottom:black 1px solid;

}
.Td_Entete_last{
    BORDER-RIGHT: 1px solid white; 
    BORDER-LEFT: 1px solid white;
    background-color:#D1B606;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    FONT-FAMILY: Verdana;
    COLOR: black;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: 600;
    text-align:center;
}
.Input_Norm
{
    WIDTH: 125px;
    FONT-SIZE: 12px;
  
}

fieldset{
	border:solid 1px black;
	border-radius:6px;
	margin-left:6px;
	margin-right:6px;
}
legend{
	padding-left:6px;
	padding-right:6px;
	color:black;
	font-weight:bold;
	font-size:12pt;
	font-family: verdana;
    color: black;
    font-size: 9pt;
}

#DivTitre {
	position:absolute;
	display: inline-block;
	left:310px;
	top:8px;
	width:calc(100% - 326px);
	height: 40px;
	border:dashed 1px #9D9D9D;
	border-radius:6px;
	padding-left:6px;
	background-color:#FFFFFF;
	font-weight:bold;
	line-height:40px;
	z-index:4;
}

.menuvisible {
	visibility:visible;
}

.menuinvisible {
	visibility:hidden;
}
	
#MenuV {
	position:absolute;
	left:4px;
	top:4px;
	z-index:1;
}

#MenuClose {
	position:absolute;
	left:250px;
	top:10px;
	z-index:3;
}

#MenuLeft {
	position:absolute;
	width:280px;
	left:-280px;
	top:0px;
	height:100%;
	padding:2px;
	background-color: #FDFDFD;
	border-right:dashed 1px #9D9D9D;
	transition:all 0.8s ease;
	z-index:3;
}

#MenuDevis {
	position:absolute;
	display: inline-block;
	left:310px;
	top:4px;
	width:calc(100% - 320px);
	border:dashed 1px #9D9D9D;
	border-radius:6px;
	background-color:#FFFFFF;
	z-index:4;
}

#DivDetail {
	position:absolute;
	left:6px;
	top:60px;
	width:calc(100% - 16px);
	height:calc(100% - 82px);
	border:dashed 1px #9D9D9D;
	transition:all 0.8s ease;
	border-radius:6px;
	padding-top:6px;
	padding-bottom:6px;
	z-index:1;
}

.DivListeVisible {
	position:absolute;
	left:6px;
	top:60px;
	width:274px;
	height:calc(100% - 82px);
	border:dashed 1px #9D9D9D;
	border-radius:6px;
	padding-top:6px;
	padding-bottom:6px;
	transition:all 0.8s ease;
	z-index:1;
}

.DivListeInVisible {
	display:none;
	visibility:hidden;
	position:absolute;
	width:0px;
	border:0px;
	border-radius:0px;
	padding:0px;
	transition:all 0.8s ease;
	z-index:1;
}

#DivPlay {
	position:absolute;
	left:300px;
	top:80px;
	width:32px;
	height:38px;
	z-index:2;
	transition:all 0.8s ease;
}

#DivClient {
	display:none; 
	position:absolute; 
	border:solid 1px #9D9D9D; 
	background-color:#FFFFFF;
	border-radius:4px; 
	width:300px; 
	height:160px; 
	padding-top:2px;
	padding-bottom:2px;
}

#DivProduit {
	display:none; 
	position:absolute; 
	border-radius:6px; 
	width:600px; 
	height:300px;
	left:calc(50% - 300px);
	top:10px;
	padding-top:6px;
	padding-bottom:6px;
	border:solid 2px black; 
	background-color:#FFFFFF;
}

#DivCycle {
	display:none; 
	position:absolute; 
	border-radius:6px; 
	width:500px; 
	height:220px;
	left:calc(50% - 300px);
	top:10px;
	padding-top:6px;
	padding-bottom:6px;
	border:solid 2px black; 
	background-color:#FFFFFF;
}

#DivRetation {
	display:none; 
	position:absolute; 
	border-radius:6px; 
	width:500px; 
	height:220px;
	left:calc(50% - 300px);
	top:10px;
	padding-top:6px;
	padding-bottom:6px;
	border:solid 2px black; 
	background-color:#FFFFFF;
}

#DivProduitNew {
	display:none; 
	position:absolute; 
	border-radius:6px; 
	width:600px; 
	height:300px;
	left:calc(50% - 300px);
	top:10px;
	padding-top:6px;
	padding-bottom:6px;
	border:solid 2px black; 
	background-color:#FFFFFF;
}

#DivProduitDup {
	display:none; 
	position:absolute; 
	border-radius:6px; 
	width:400px; 
	height:150px;
	left:calc(50% - 300px);
	top:10px;
	padding-top:6px;
	padding-bottom:6px;
	border:solid 2px black; 
	background-color:#FFFFFF;
}

#DivMotPasse {
	display:none; 
	position:absolute; 
	border-radius:6px; 
	width:300px; 
	height:126px;
	left:calc(100% - 360px);
	top:10px;
	padding-top:6px;
	padding-bottom:6px;
	border:solid 2px black; 
	background-color:#FFFFFF;
}

#DivComposition {
	display:none; 
	position:absolute; 
	border-radius:6px; 
	width:calc(100% - 100px);
	bottom:4px;
	left:50px;
	top:10px;
	padding-top:6px;
	padding-bottom:6px;
	border:solid 2px black; 
	background-color:#FFFFFF;
}

#DivImg {
	display:none; 
	position:absolute; 
	border-radius:6px; 
	width:500px; 
	height:220px;
	left:calc(50% - 300px);
	top:10px;
	padding-top:6px;
	padding-bottom:6px;
	border:solid 2px black; 
	background-color:#FFFFFF;
}

.Txt_Barre128
{
    font-family: 'mybarcode128';
    COLOR: black;
    font-size : 48pt;
}

.Txt_Barre39
{
    font-family: 'mybarcode39';
    COLOR: black;
    font-size : 12pt;
}

.circle {
  /*border-radius: 50%;*/
  margin: 0 auto;
  height: 300px;
  width: 300px;
  position: relative;
  border: 1px black solid;
}

.circle-content {
  hyphens: auto;
  margin: 0.75em;
  text-align: center;
}

@supports (shape-outside: circle(50%)) {
  .circle-content {
    height: 100%;
    margin: 0;
  }
  
  .circle::before,
  .circle-content::before {
    content: "";
    height: 100%;
    width: 50%;
  }
  
  .circle::before {
    float: left;
    shape-outside: polygon(
      0 0, 100% 0, 60% 4%, 40% 10%, 20% 20%, 10% 28.2%, 5% 34.4%, 0 50%,
      5% 65.6%, 10% 71.8%, 20% 80%, 40% 90%, 60% 96%, 100% 100%, 0 100%
    );
  }
  
  .circle-content::before {
    float: right;
    shape-outside: polygon(
      100% 0, 0 0, 40% 4%, 60% 10%, 80% 20%, 90% 28.2%, 95% 34.4%, 100% 50%,
      95% 65.6%, 90% 71.8%, 80% 80%, 60% 90%, 40% 96%, 0 100%, 100% 100%
    );
  }
}

@media print 
{
	.circle {
		border: 0px;
	}
}