body{
	font-family : arial,sans-serif;
	font-size:12px;
	background-image:url('../images/Logo-nav.svg');
	background-repeat:no-repeat;
	background-position : 1em 1em;
	background-size: 10%;
	margin : 1em;	
}

/* tables */

table.tablesorter {
	font-family:arial;
/*	background-color: #CDCDCD;*/
border : 1px solid #A0A0A0;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 80%;
	margin-left : auto;
	margin-right:auto;
	text-align: left;
	padding:0px;
	border-collapse:collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	border : 1px solid #A0A0A0;
	
}
table.tablesorter thead tr .header {
/*	background-image: url('../images/bg.gif');*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	border : 1px solid #A0A0A0;
	
	color: #3D3D3D;
	padding: 3px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter ul{
	list-style-type : none;	
	padding:1px;
}

table.tablesorter li{
	display : inline-block;
}

.footer {
	padding-top : 1em;
	text-align:center;
	font-weight :bold;
	font-size:0.7em;
}


/* -- pour saisie multi_validatiob */
.tableMulti {
	color: #3D3D3D;
	background-color: #FFF;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	margin: 5px	;
}

.tableMulti td {
	border:1px dashed #CDCDCD;
	}
	
	
/* -- pour alphabet --*/
#alphabet{
	font-size: 70%;
/*	border : 1px dashed green;*/
	padding : 2px;
}

#alphabet li{
	display:inline;
	list-style-type:none;
/*	padding-right:0.3em;*/
}	

#alphabet a{
	text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
	padding: 0.2em 0.3em;
    margin-right: 5px;
	margin-bottom: 5px;
}

#alphabet .current{
	background: #26B;
    color: #fff;
	border: solid 1px #AAE;
	padding: 0.2em 0.3em;
    margin-right: 5px;
	margin-bottom: 5px;
}


/*	
menu
*/
#main-menu {
  text-align:center;
}

#main-menu ul {
  height:24px;
  list-style-type : none;
}

#main-menu li {
	margin: 1px;
	border: 1px solid #A0A0A0;
	border-radius : 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9F9F9), to(#E3E3E3));
  background: -moz-linear-gradient(#F9F9F9,#E3E3E3);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#E3E3E3);

  display : inline-block;
  line-height:20px;
  height:20px;
  /** IE Hack **/
  zoom: 1;
  *display: inline;
  /** En of IE Hack **/
}



#main-menu a {
  text-decoration:none;
  color:black;
font-family : arial,sans-serif;
  display:inline-block;
  height:24px;
font-weight:bold;
  padding : 0 0.8em;
font-size : 12px;
}


h1 {
	font-family : arial,sans-serif;
	text-align:center;
	margin-left : auto;
	margin-right:auto;
}

input.submit{
	border: 1px solid #A0A0A0;
	border-radius : 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9F9F9), to(#E3E3E3));
  background: -moz-linear-gradient(#F9F9F9,#E3E3E3);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#E3E3E3);

  display : inline-block;
  /** IE Hack **/
  zoom: 1;
  *display: inline;
  /** En of IE Hack **/

	font-weight:bold;
}

input[type=text] {
	width: 200px;
}

input.date_input {
	width : 90px;
}

#menu-index{
	list-style-type : none;
	margin-left :auto;
	margin-right:auto;
	width:400px;
}

#menu-index li {
	margin: 1em;
	border: 1px solid #A0A0A0;
	border-radius : 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9F9F9), to(#E3E3E3));
  background: -moz-linear-gradient(#F9F9F9,#E3E3E3);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#E3E3E3);

/*  display : inline-block;*/
  line-height:24px;
  height:24px;

}

#menu-index a {
  text-decoration:none;
  color:black;
font-family : arial,sans-serif;
  display:inline-block;
  height:24px;
font-weight:bold;
  padding : 0 0.8em;
font-size : 18px;
}

/* -- bandeau message "yellowfade" -- */
.yellowfade{
	text-align:center;
	display:block;
	background-color:rgb(255,241,168);
	margin-left: auto;
	margin-right:auto;
	width:480px;
	font-weight:bold;
	padding:0.3em;
}

.redfade{
	text-align:center;
	display:block;
	background-color:#FF9999;
	margin-left: auto;
	margin-right:auto;
	width:480px;
	font-weight:bold;
	padding:0.3em;
}


/* -- les onglets -- */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

/*-- fin onglets -- */

/* -- input "Autres" -- */
.autres {
	display : none;
}

#submitBt {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
}


sub{
	color:#FF0000;
	font-weight:bolder;
	margin : 0 0.5em 0 0.5em;
	line-height : .8em;
}

label {
	font-weight:bold;
	background : #C0C0C0;
	padding:1px;
}

label.sublabel{
	font-weight:normal;
/*	background : #FFF;*/
}

textarea {
	vertical-align:middle;
}

.hidden{
	display:none;
}

input.axe{
	width: 30px;
}

#fiche_html {
	text-align:center;
	overflow : none;
	border : none;
	width:21cm;
	height:29.7cm;
	
}


/* dossier non facture */
#table_non_facture td{
	border:none;
	padding-top : 1em;
}

.justif_non_facture{
	display:none;
}

#bt_non_facture{
	border: 1px solid #A0A0A0;
	border-radius : 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9F9F9), to(#E3E3E3));
  background: -moz-linear-gradient(#F9F9F9,#E3E3E3);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#E3E3E3);

  display : inline-block;
  /** IE Hack **/
  zoom: 1;
  *display: inline;
  /** En of IE Hack **/

	font-weight:bold;
	
}

#prix_vente_text {
	display:none;
}

#login_box, .centerbox {
    width: 420px;
    height: fit-content;
    
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
	display:inline-block;

}

#login_box {
    
	border-radius:20px;
	box-shadow: 0 0 7px #ddd;
	
	padding:90px 1.5em 3em 1em;

	background-image: url('/3printAdmin/images/Logo-nav.svg');
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-size: 50%;

}

#login_box button, .centerbox button{
	margin:auto;
	margin-top:1em;
	border: 1px solid #A0A0A0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9F9F9), to(#E3E3E3));
    background: -moz-linear-gradient(#F9F9F9,#E3E3E3);
	background: gradient(#F9F9F9,#E3E3E3);
    height: 24px;
	font-weight:bold;
}

#login_box input, .centerbox input {
	width:100%;
	margin : 5px 0 10px 0;
}

.flashmsg {
    margin:1em 10% 1em 10%;
    padding: 1.5em;
    background: #def;
    border-left: 5px solid #59d;
	color:#59d;
}

.flashmsg.error {
background: #f8d7da;
border-left: 5px solid #ea5442;
color:#ea5442;

}

.flashmsg.success {
background: #e8f5e9;
border-left: 5px solid #81c784;
color:#81c784;
}

.flashmsg .dismiss{
	text-decoration: none;
	float:right;
	color:inherit;
}
