
/*
  ####################################################################################
  #
  # Suivi des dossiers SAV
  # Code : c002
  # Dossier : savsuivi
  # Descriptif : affichages des dossiers SAV d'un client
  #
  ####################################################################################
*/





#c002_nomcli_like{
  text-transform: uppercase;
  text-align: center;
}


#c002_liste_cient_resultat {
  border-style: inset;
  border-width: 2px;
  margin: 15px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-radius: 10px;
}

.c002_liste_cient_body_height {
  height: 400px;
}

#c002_liste_cient_entete {
  padding-left: 80px;
  text-align: left;
}

#c002_liste_cient_body {
  padding-left: 80px;
  overflow: auto;
}

.c002_liste_cient_body_height {
  height: 330px;
}

  
  
  
#c002_bt_cli_tri_up_1{
  margin-left: 40px;
}
#c002_bt_cli_tri_down_1{
  margin-left: 20px;
}
#c002_bt_cli_tri_up_2{
  margin-left: 60px;
}
#c002_bt_cli_tri_down_2{
  margin-left: 40px;
}

.c002_bt_cli_tri_up{
  position: relative;
  top: 6px;
  cursor: pointer;
  border:none;
  background: url(tri_up.png) no-repeat;
  background-size: 20px 20px;
  width:20px;
  height:20px;
  border-radius: 0px 0px 0px 0px;
}


.c002_bt_cli_tri_down{
  position: relative;
  cursor: pointer;
  border:none;
  background: url(tri_down.png) no-repeat;
  background-size: 20px 20px;
  width:20px;
  height:20px;
  border-radius: 0px 0px 0px 0px;
}
  
#c002_bt_show_cli {
  margin-left: 10px;
  background: url(search.png) no-repeat;
  background-size: 30px 30px;
  width:30px;
  height:30px;
  border-radius: 0px 0px 0px 0px;
}



#c002_bt_show_cli_undo {
  margin-left: 10px;
  background: url(undo.png) no-repeat;
  background-size: 30px 30px;
  width:30px;
  height:30px;
  border-radius: 0px 0px 0px 0px;
}

#c002_bt_search_cli {
  background: url(show.png) no-repeat;
  background-size: 20px 20px;
  width:20px;
  height:20px;
  border-radius: 0px 0px 0px 0px;
}



.c002_bt_search
{
  padding-top: 10px;
  padding-left: 140px;
}


#c002_bt_search {
  background: url(search.png) no-repeat;
  background-size: 40px 40px;
  width:40px;
  height:40px;
}




.c002_col_a1, .c002_col_a2, .c002_col_b1, .c002_col_b2, .c002_col_b3, .c002_col_b4
{
  display: inline-block;
}

.c002_col_a1
{
  width: 120px;
  text-align: right;
}
.c002_col_a2
{
  text-align: left;
}
.c002_col_b1
{
  width: 120px;
  text-align: right;
}
.c002_col_b2
{
  width:80px;
  text-align: left;
}
.c002_col_b3
{
  width: 100px;
  text-align: right;
}
.c002_col_b4
{
  text-align: left;
}



.c002_critere
{
  padding-top: 10px;
}

#c002_rechercher {
  padding-top: 20px;
  padding-left: 200px;
  padding-bottom: 20px;
}

.c002_nbdossier {
  font-weight: bold;
}


#c002_bt_tri_ok, #c002_bt_tri_no {
  width: 150px;
  height: 30px;
  margin-bottom: 15px;
  font-weight:bold;
  font-size: 15px;
}


#c002_tri{
	font-size: 15px;
}


#c002_resultat {
  padding-left: 20px;
  padding-right: 20px;
}




#c002_codcli {
  text-align: center;
}

.c002_erreur_champ {
  color:#FF0000;
  border: 2px solid #DD0000;
}

.c002_erreur_text {
  color:#FF0000;
  text-decoration:blink;
}
