/*
	autor: Tolotra
	date:  Juillet 2012
	description: css suivi des temps
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* MENU */  
body {
 background-color: #fff;
 margin: 5px;/*40px;*/
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 12px;
 color: #4F5155;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

/*************************************************
Debut me
*************************************************/
#sdt-content{
	
}

#page{
  margin: 0 auto; 
  width: 1100px;
  min-height: 540px;
}

.clear{
  clear: both;
}

input, select, textarea{
  color: #4F5155;
}

.errors{
  text-align:center;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: red;
} 

.msg-recherche{
  text-align:center;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #00B92F/*#104D88*/;
}

span.required {
    color: #E14C08 !important;
    float: none !important;
    width: 5px !important; 
}

/*************************************************
Global imput
*************************************************/
input{
  width: 220px;
}
 
select{
  width: 224px;
}

input[type=radio]{
  width: 10px;
}

.txt-court{
  width: 80px;
}



/*************************************************
Menu
*************************************************/
#menu{
  height: 30px;
  clear:both;
  background-color:#0D5A9E;/*#F0F1F4*//*#6699FF*/
  margin-bottom: 20px;
}

#menu a{
  display:block;
  padding:0px 5px;
  /*border:1px solid #333;*/
  color:#FFF/*#003399*/;
  text-decoration:none;
  /*background-color:#333;*/
}

#menu ul{
  list-style: none;
}

#menu ul li{
  float: left;
  position: relative;
  /*padding: 10px 5px;*/
  color: #FFF;
  cursor: pointer;   
}

#menu ul li.li-selected{
  background-color: #ACC7E4;
  border-right: 1px solid;
  border-left: 1px solid;
}

#menu ul li a,
#menu ul li span{
  display:block;
  height: 12px;
  padding: 10px 10px;
}

#menu ul li :hover{
  background-color: #ACC7E4;
}

#menu ul ul{
  display: none;
  float:left;
  left: 0;
  position: absolute;
  top: 30px;
  width: 180px;
  z-index: 99999;
  background-color: #ACC7E4;
}

#deconnexion{
  float: right;
  font-weight: normal;
  font-size: 12px;
  padding-top:60px; 
}
#title-header{
  color: #444;
   background-color: transparent;
   border-bottom: 1px solid #D0D0D0;
   font-size: 16px;
   font-weight: bold;
   margin: 10px 0 2px 0;
   padding: 5px 0 20px 0; 
   height:60px;     
} 

#title-header a:link,
#title-header a:visited,
#title-header a:active,
#title-header a:hover{
  text-decoration: none
}

#title{
  float:left;
  display:none;
  color: #DADCE0;
  font-size: 14px;
  margin: 40px 300px 0;
}

#logo{
  background:url(../images/logo_sneda.jpg) no-repeat transparent;
  width:200px;
  height:80px;
  display:block;
  float: left;
  cursor:pointer;
}

#user a{  
  font-weight: bold;
  font-size: 12px;  
  color: #7A7C80;
   
}

/*************************************************
Contenu
*************************************************/
 #content{
    clear: both;
   
 }
 
 #sdt-bloc-border{
  border: 1px solid #D0D0D0;
  padding: 20px; 
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(assets/css/PIE.htc);
 }
 
 .sdt-bloc-border-2{
  border: 1px solid #D0D0D0;
  padding: 2px;
  margin-top: 20px; 
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(assets/css/PIE.htc);
 }
 
 .table-result{
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;    
 }
 
 .table-result .entete{
    font-weight:bold;
    background-color: #C0C4CA;
 }
 
 .table-result td,th{
    padding:3px;
    font-size:11px;
 }
 
 .table-result .tr-blue{
  background-color:#E4E8EE;
 }
 
 .table-result .tr-saisi-lien{
  cursor:pointer;
 }
 
 .table-result .tr-saisi-lien:hover{
  background-color:#4D90FE;
  color:#FFF;
  /*background-color:#88ff00;*/
 }
 
 .table-result .tr-blue-hover:hover{
  background-color:#4D90FE;
  color:#FFF;
  /*background-color:#88ff00;*/
 }
 
 .table-result a{
  text-decoration:none;
 }
 
 .td-numeric{
  /*text-align:right;*/
 } 
 
/*************************************************
FOOTER
*************************************************/ 
 #footer{
  text-align: center;
  margin-top: 20px;
 }
/*************************************************
FORM AUTHENTIFICATION
*************************************************/
#block-authentification{
	border: 1px solid #D0D0D0;
	width: 360px;
	height: 150px;
	margin: 100px auto;
	padding: 0 30px 20px ;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(assets/css/PIE.htc);
}

.row-auth{
	padding: 10px 0;
}

.row-auth label{
	float: left;
	width: 150px;
	display: block;
}

.row-auth input{
	width: 200px;
}

#btn_connect{
	width: 100px;
}

.msg-error{
  height: 20px;
  padding-top: 10px;
  text-align: center;
  color: red;
}

.line-separator,
.line-separator-msg{
  border-bottom: 1px solid #D0D0D0;
  width: 104%;
  margin: 0 0 20px -20px;
  display: block; 
}

.line-separator-msg{
  display: none;
}

#sdt-bloc-border .bloc-1,
#sdt-bloc-border .bloc-2{
  float: left;
  width: 50%;
}

/*************************************************
FORM SAISIE DES TEMPS
*************************************************/
#frm-saisie-temps{
  border: 1px solid #D0D0D0;
  padding: 20px; 
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(assets/css/PIE.htc);
}

.form-row{
	padding: 5px;
}

.form-row label{
	float: left;
	width: 180px;
	display: block;
}

#frm-saisie-temps .bloc-1,
#frm-saisie-temps .bloc-2{
  float: left;
  width: 50%;
}

.form-row #txt_detail{
  width: 744px;
  height: 50px;
}

.bloc-bouton input{
  width: 130px;
  margin-right: 10px;  
}

.bloc-bouton{
  text-align: center;  
}

#lst_use_case{
  width:330px;
}

.td-detail-saisi{
  overflow : hidden;
  max-width: 400px;
}

/*************************************************
FACTURATION
*************************************************/
#tbl_anomalie {
  border: 1px;
}

#tbl_anomalie tr{
  padding: 4px;
}

#tbl_anomalie th{
  text-align: left;
  padding: 10px 0 0;
}

#tbl_anomalie td{
  width: 220px;
  padding: 4px 0;
}

#tbl_anomalie .entete-tab{
  /*background-color:blue;*/
  font-size: 18px;
  color: #0D5A9E;
}

#btn_non_fact,
#btn_oui_fact{
  width: 100px;
  margin-top: 10px;
}

.msg-anomalie{
  color: red;
  margin:10px;
  text-align: center;
}

#btn_val_fact{
  width:100px;
}

/*************************************************
GESTION UC
*************************************************/
#txt_nom_uc{
  width: 520px;
}

.table-result .tr-uc-lien:hover{
  background-color:#4D90FE;
  color:#FFF;
  cursor: pointer;
 } 

/*************************************************
AFFICHER TEMPS
*************************************************/
.td-detail{
  overflow : hidden;
  max-width: 250px;
}

.td-uc{
  overflow : hidden;
  max-width: 200px;
}

.td-datjour{
  font-size:11px;
}

.td-collabo{
  max-width:54px;
  overflow:hidden;
}

.td-RefEquipe{
  max-width:50px;
  overflow:hidden;  
}

.td-total-temps{
  text-align:right;
  font-weight:bold;
  /*border-bottom:1px solid #C0C4CA;
  border-top:1px solid #C0C4CA;
  border-right:1px solid #C0C4CA;
  border:1px solid #C0C4CA;*/   
}

.td-gris{
  background-color:#C0C4CA;
}

.bord-total-temps{
  font-weight:bold;
  /*color:#0072C6;*/
  /*border-bottom:1px solid #C0C4CA;
  border-top:1px solid #C0C4CA;*/
  /*border:1px solid #C0C4CA;*/
}

.bord-total-temps-g{  
  border-left:1px solid #C0C4CA;
}

.bord-total-temps-d{  
  border-right:1px solid #C0C4CA;
}

.msg-result{
  text-align:center;
  padding-bottom:15px;
  font-weight:bold;
}

.afficher-temps{
  padding:14px 2px;
}