/* feuille de style aidop */
/* NB. les url sont relatives à la feuille de style ! */

/*
couleurs :
bleu leger		#f5f8fc
bleu			#d6e1ec
bleu foncé		#306397
orange			#f90
violet (admin)	#E3A4FF
*/

/*Set's border, padding and margin to 0 for all values*/
* {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
}

#sgc-breadcrumb
{
	display:none
}

#links {
	display:none
	}

#sgc-banner-text h2 {
	background-color:#ffffff !important;
}

.sgc-print-img-hidden{
    visibility:hidden;
}


.sgc-defect-link-voir{
	border-right:0px solid #fff;
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	visibility:hidden;
	background-color:transparent;
}

/* ======================== bloc footer ==================== */
#sgc-footer {
display:none;
}

/* ======================== bloc signature ==================== */
#sgc-signature{
clear: both;
color:#000;
background-color: #fff;
padding:2px 10px;
text-align:center;
border-top:0px solid black;
margin: 15px 0px 0px 0px;
}

#sgc-signature p{
margin: 0;
padding: 0;
}



#sgc-banner {
	position: relative;
	border-bottom:1px solid #d6e1ec;
}

#sgc-banner-logo {
	height: 70px;
	width: 150px;
	background-color: white;
}
#sgc-banner-logo a{
	background-color:transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
#sgc-banner-logo a:hover{
	text-decoration:none;
	border: 0;
}

#sgc-banner-text {
	position: absolute;
	top: 0px;
	left: 150px; 
	right: 0;
	height: 70px;
}
#sgc-banner-text h1 {
	padding: 0 10px 0 0;
	vertical-align: baseline;
}
#sgc-banner-text h2 {
	display: inline;
	font-size: 1em;
	padding: 1px 10px;
	border: 1px solid #306397;
}

#sgc-help
{
	position: absolute;
	top: 45px; 
	left: 910px; 
	right: 0;
	height: 30px;
}

#sgc-home_message
{
	position: absolute;
	top: 45px; 
	left: 365px; 
	right: 0;
	height: 30px;
	width:535px;
}

#sgc-message_usine
{
	position: absolute;
	text-align:right;
	top: 60px; 
	left: 350px; 
	right: 0;
	height: 30px;
	width:550px;
}

#sgc-main {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: auto !important;
	height:450px;
	min-height: 450px;
	/*border:1px solid #000000;*/
	line-height:150%;
	z-index:9999;
}

#sgc-main #sgc-title h1{
	margin:-5px 0 8px 0;
	padding: 0px;
}

.search-criteria{
	border: 1px solid #000000;
	padding : 5px;
	margin-bottom : 10px;
}

.sgc-squared {
	/*border:1px dotted #000000;*/
	background-color: #FFFFFF;
	/*padding : 5px 15px;*/
	/*margin-bottom: 20px;*/
}

.sgc-print-table-defect{
	
}

.sgc-squared ul, .sgc-squared ol {
	padding : 5px 15px;
}

#sgc-recentDefaults ul{
	margin-top: 5px;
}

.sgc-active {
	background-color: white;
	border-top: 5px solid black;
}

.sgc-inactive {
	background-color: #ccc;
}

#sgc-recentDefaults li{
	border-top:1px solid #000000;
	background-color: #FFFFFF;
	padding : 2px 10px;
	list-style:none;
}

/* defect cause list page */
#sgc-defect-cause-list{
	/*padding : 20px;*/
}

#sgc-defect-cause-list div{
	padding : 0px;
}

#sgc-defect-cause-list table{
	margin : 0px;
	padding : 0px;
	/*empty-cells: hide;*/
}

#sgc-defect-cause-list table{
	margin : 0px;
	padding : 0px;
	/*empty-cells: hide;*/
}

#sgc-defect-cause-list table#defect-list{
	margin : 10px 0px;
	padding : 0;
	border: 1px solid #000000;
	/*empty-cells: hide;*/
	/*width: 100%;*/
}

#sgc-defect-cause-list table#defect-list th{
	background-color: #FFFFFF;
}

.sgc-defect-th-cause{
	 border-top:1px solid #000;
	 border-right:1px solid #000;
	 border-bottom:1px solid #000;
	 width:300px;
}
