/*
 Place all the styles related to the searches controller here.
 They will automatically be included in application.css.
*/

/*
  ####################################################################################
  #
  # Descriptif : Calcul du délai dun article
  # Code : c003
  # Dossier : articledelai
  #
  ####################################################################################
*/
  



#c003_libart_like{
  text-transform: uppercase;
  text-align: center;
}
#c003_bt_show_art {
  margin-left: 10px;
  background: url(search.png) no-repeat;
  background-size: 30px 30px;
  width:30px;
  height:30px;
  border-radius: 0px 0px 0px 0px;
}

#c003_bt_show_art_undo {
  margin-left: 10px;
  background: url(undo.png) no-repeat;
  background-size: 30px 30px;
  width:30px;
  height:30px;
  border-radius: 0px 0px 0px 0px;
}
#c003_liste_article_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;
}

.c003_liste_article_body_height {
  height: 400px;
}

#c003_liste_article_entete {
  padding-left: 10px;
  text-align: left;
}

#c003_liste_article_body {
  padding-left: 10px;
  overflow: auto;
}

.c003_liste_article_body_height {
  height: 330px;
}

  
  
  
#c003_bt_art_tri_up_1{
  margin-left: 40px;
}
#c003_bt_art_tri_down_1{
  margin-left: 20px;
}
#c003_bt_art_tri_up_2{
  margin-left: 60px;
}
#c003_bt_art_tri_down_2{
  margin-left: 40px;
}

.c003_bt_art_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;
}


.c003_bt_art_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;
}












#c003_liste_client_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;
}


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

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

.c003_liste_client_body_height {
  height: 330px;
}

  
  
  
#c003_bt_cli_tri_up_1{
  margin-left: 40px;
}
#c003_bt_cli_tri_down_1{
  margin-left: 20px;
}
#c003_bt_cli_tri_up_2{
  margin-left: 60px;
}
#c003_bt_cli_tri_down_2{
  margin-left: 40px;
}

.c003_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;
}


.c003_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;
}






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

#c003_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;
}

#c003_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;
}





.c003_col_a1, .c003_col_a2, .c003_col_c1, .c003_col_c2, .c003_col_c3, .c003_col_c4, .c003_rech_art, .c003_suite
{
  display: inline-block;
}

.c003_col_a1
{
  width: 130px;
  text-align: right;
}
.c003_col_a2
{
  text-align: left;
}
.c003_col_c1
{
  width: 130px;
  text-align: right;
}
.c003_col_c2
{
  width: 200px;
  text-align: left;
}
.c003_col_c3
{
  width: 60px;
  text-align: right;
}
.c003_col_c4
{
  text-align: left;
}

.c003_critere
{
  padding-top: 10px;
}


#c003_codcli {
  text-align: center;
}

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

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

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

#c003_qtelg {
  text-align: right;
}

#c003_result_delai {
  font-weight:bold
}
.c003_erreur_champ {
  color:#FF0000;
  border: 2px solid #DD0000;
}

.c003_erreur_text {
  color:#FF0000;
}

.c003_champ_obligatoire {
  background-color: yellow;
}


#c003_libelle {
  padding-left: 30px;
}


.c003_btn
{
  cursor: pointer;
  position: absolute; 
  padding-left: 6px;
  padding-top: 3px;
}

#c003_lov_table_art {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: -moz-center;
  background:   #ffffff;
  overflow: auto;
/*  width: 760px; */
	/*font-size: 13px;*/
}

.c003_lov_table_art_height {
  height: 400px;
}

#c003_lov_table_cli {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: -moz-center;
  background:   #ffffff;
  overflow: auto;
/*  width: 760px; */
	/*font-size: 13px;*/
}

.c003_lov_table_cli_height {
  height: 400px;
}
  



.c003_calcul {
  padding-left: 160px;
  padding-top: 20px;
}

#c003_calcul {
  width:200px;
  height:50px;
  font-weight:bold;
  font-size: 15px;
}

#c003_bt_art_ok, #c003_bt_art_no {
  width: 150px;
  height: 30px;
  font-weight:bold;
  font-size: 15px;
}

