/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.btn {
	display: inline-block;
*display: inline;
*zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #e6e6e6;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
*margin-left: .3em;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
}
.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-primary, .btn-primary:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
}
.btn-primary.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	margin-top: 20px;
	background-color: #333;
	background-image: -moz-linear-gradient(top, #666, #333);
	background-image: -ms-linear-gradient(top, #666, #333);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
	background-image: -webkit-linear-gradient(top, #666, #333);
	background-image: -o-linear-gradient(top, #666, #333);
	background-image: linear-gradient(top,#666, #333);
	background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#333, GradientType=0);
	border: 1px solid  #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	filter: none;
	background-color: #333;
}
.btn-block {
	width: 100%;
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #000;
}

.login {
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -125px 0 0 -125px;
	width: 250px;
	height: 250px;
	padding-left: 8px;
	padding-right: 8px;
}
.login h1 {
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	letter-spacing: 1px;
	text-align: center;
}
.login h2 {
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	letter-spacing: 1px;
	text-align: center;
}

.login_password {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width: 300px;
	height: 300px;
	padding-left: 8px;
	padding-right: 8px;
}
.login_password h1 {
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	letter-spacing: 1px;
	text-align: center;
}


input {
	width: 100%;
	margin-bottom: 2px;
	background: #FFF;
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #000;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
input:focus {
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.8), 0 1px 1px rgba(255,255,255,0.2);
}
/* Style changement de mot de passe */
body {
	font-family: Arial;  /* Couleur Raison social */
	color: #CCCCCC;
}
input {
	font-family: Arial;
	font-size: 14px;
}
label {
	font-family: Arial;
	font-size: 14px;
	color: #999999;
	display: block;
	padding-left: 15px;
	text-indent: -15px;
}
.tblSaveForm {
	border-top: 2px #999999 solid;
	background-color: #f8f8f8;
}
.tableheader {
	background-color: #0033FF;
}
.btnSubmit {
	background-color: #0066FF;
	padding: 5px;
	border-color: #000099;
	border-radius: 4px;
	color: white;
}
.btnAnnul {
	background-color: #990033;
	padding: 5px;
	border-color: #FF6600;
	border-radius: 4px;
	color: white;
}
.message {
	color: #FF0000;
	text-align: center;
	width: 100%;
}

.error_message {
	margin-top: 20px;
	color: #FFF;
	text-align: left;
	width: 100%;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../../images/warning.png);
	background-size: 20px;
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 24px;
	margin-bottom: 10px;
}
.alert_pass_off {
	margin-top: 20px;
	color: #FFF;
	text-align: left;
	width: 100%;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../../images/warning.png);
	background-size: 20px;
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 24px;
	margin-bottom: 10px;
}

.alert_pass_mini {
	margin-top: 20px;
	color: #FFF;
	text-align: left;
	width: 100%;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../../images/pass_mini.png);
	background-size: 20px;
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 24px;
	margin-bottom: 10px;
}

.alert_pass_faible {
	margin-top: 20px;
	color: #FFF;
	text-align: left;
	width: 100%;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../../images/pass_faible.png);
	background-size: 20px;
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 24px;
	margin-bottom: 10px;
}

.alert_pass_ok {
	margin-top: 20px;
	color: #FFF;
	text-align: left;
	width: 100%;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../../images/pass_ok.png);
	background-size: 20px;
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 24px;
	margin-bottom: 10px;
}


.txtField {
	padding: 5px;
	/*border: #fedc4d 1px solid;*/
	/*border-radius: 4px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#CCC;
}
.required {
	color: #FF0000;
	font-size: 11px;
	font-weight: italic;
	padding-left: 10px;
}

.texte_users {
  line-height:120%;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  margin-top: 6px;
  margin-bottom: 5px;
  color: #FFFFFF;
  display: inline-block;
  overflow:auto;
  margin-left: 2px; 
}

/*.logo_users  {
margin-top: 10px;
float:right; width:100%;
text-align:right; 
color:#CCC; padding-right:4px; 
vertical-align:top; 
background-image: url(../../images/user.png); 
background-repeat:no-repeat;
background-position: right;
margin-bottom: 5px;
}
*/


.container-img-texte {
    text-align: center;
}
.img-texte  {
  line-height:120%;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  margin-top: 6px;
  margin-bottom: 5px;
  color: #FFFFFF;
  display: inline-block;
  overflow:auto;
}
.img-texte img {
    float:left;
    margin-right:5px;
    width:15px;
}




  a:link,a:visited {
   color: Gray;
   text-decoration: none;
   target-new: none;
   font-size:10px;
  }
  a:hover {
   color: #0CF;
   text-decoration: none;
   target-new: none;
  }

.cadenas  {
float:right; width:100%;
text-align: center; 
color:#CCC; padding-bottom:40px; 
vertical-align:top; 
background-image: url(../../images/cadenas_100px.png); 
background-repeat:no-repeat;
background-position:center;
background-size: 20% auto;
}


.forgot_pass  {
float:right; width:100%;
text-align: center; 
color:#CCC; padding-bottom:40px; 
vertical-align:top; 
background-image: url(../../images/cadenas_code_normal.png); 
background-repeat:no-repeat;
background-position:center;
line-height:24px;
}
/*
.forgot_pass :hover {
float:right; width:100%;
text-align: center; 
color:#CCC; padding-bottom:40px; 
vertical-align:top; 
background-image: url(../../images/cadenas_code_over.png); 
background-repeat:no-repeat;
background-position:center;
line-height:24px;
}

*/
/* ------------------  LOGIN  ------------------  */

/* FONT texte info */
@font-face {
   font-family: login_text;
   src: url('../../template/fonts/login/cabin-regular.eot');
   src: url('../../template/fonts/login/cabin-regular.eot?#iefix') format('embedded-opentype'),
        url('../../template/fonts/login/cabin-regular.woff') format('woff'),
        url('../../template/fonts/login/cabin-regular.otf') format('otf'),
        url('../../template/fonts/login/cabin-regular.ttf') format('truetype'),
        url('../../template/fonts/login/cabin-regular.svg#login_text') format('svg');
}

/* Raison sociale + LOGO APPLI */

.logo_QR_Stock {
width:100%;
height:40px;
display:block;
margin-bottom:10px;
vertical-align: top; 
background-image: url(../../images/qrStock_200px.png); 
background-repeat:no-repeat;
background-position:center;
background-size: 45% auto;
}

.raison_social {
text-align: center; 
color: #FFF;
font-family: login_text;
font-size:1.2em;
}
.raison_social_footer {
text-align: center; 
color: #CCC;
font-family: login_text;
font-size:0.9em;
}


/* Info Saisisez votre identifiant... */
.text_info_connect {
text-align: center; 
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:0.7em;
letter-spacing: 0.03em;
padding-top:40px;
padding-bottom:5px; 
vertical-align:top; 
}


/* Info Entrez email et code de verification... */
.text_info_mail_code {
text-align: center; 
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:0.7em;
letter-spacing: 0.02em;
padding-top:26px;
padding-bottom:5px; 
vertical-align:top; 
}


/* Info Mot de passe oublié */
.text_forgot_password {
text-align: center; 
color: #F90;
font-family: login_text;
font-size:1.2em;
letter-spacing: 0.08em;
margin-top:40px;
padding-bottom:0px; 
vertical-align:top; 
}

/* Info Réinitialiser votre mot de passe */
.text_reset_password {
text-align: center; 
color: #F90;
font-family: login_text;
font-size:0.8em;
letter-spacing: 0.1em;
padding-top:10px;
padding-bottom:0px; 
vertical-align:top; 
}

/* ------------------------------------------------------------- */
.button_reset_password {
	margin-top: 20px;
	width: 115px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 2px 15px;
    border: 0px solid #2b2b2b;
    border-radius: 3px;
    background: #525252;
    background: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#2b2b2b));
    background: -moz-linear-gradient(top, #525252, #2b2b2b);
    background: linear-gradient(to bottom, #525252, #2b2b2b);
    font: normal normal normal 14px trebuchet ms;
    color: #ffffff;
    text-decoration: none;
}
.button_reset_password:hover,
.button_reset_password:focus {
    border: 0px solid #333333;
    background: #626262;
    background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#343434));
    background: -moz-linear-gradient(top, #626262, #343434);
    background: linear-gradient(to bottom, #626262, #343434);
    color: #ffffff;
    text-decoration: none;
}
.button_reset_password:active {
    background: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#2b2b2b));
    background: -moz-linear-gradient(top, #2b2b2b, #2b2b2b);
    background: linear-gradient(to bottom, #2b2b2b, #2b2b2b);
}

div#avatar {
  background-image: url(../../images/backlink-ok.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  padding: 0;
}

/* ------------------------------------------------------------- */

/* CAPTCHA */
.fake-input { position: relative; }
.fake-input input { border:none: background:#fff; display:block; width: 100%; box-sizing: border-box }
.fake-input img { position: absolute; top: 4px; right: 10px;}

.clear:after {content:".";display:block;clear:both;height:0;visibility:hidden;}
.fils {float:left;width:50%;}

* html .clear {display:inline-block;} /*IE6*/
/* Hide from IE Mac \*/ 
* html . clear {display:block;} /*IE6*/
/* End hide from IE Mac */ 
/*\*/* html . clear {height: 1%;} /*IE6*/

.clear {display:inline-block;} /*IE7*/
.clear {display:block;} /*IE7*/

/* ------------------------------------------------------------- */

/* PLACEHOLDER */
/* do not group these rules */
*::-webkit-input-placeholder {
    color: #CCC;
	font-style: italic;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #CCC;
	font-style: italic;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #CCC;
	font-style: italic;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #CCC;
	font-style: italic;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #CCC;
	font-style: italic;
}
*::placeholder {
    /* modern browser */
    color: #CCC;
	font-style: italic;
}