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

/*
  ####################################################################################
  #
  # Liste des ARs dun client
  # Code : c004
  # Dossier : arcli
  # Descriptif : 
  #
  ####################################################################################
*/



  

	
#c004_scroll_to_top {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 50px;
  right: 50px;
  display: none;
  background-image: radial-gradient(white, #BCB6A2);
  background: url(go_top.png) no-repeat;
  background-size: 40px 40px;
}


/* ***************************************************** LISTE POUR GROUPAGE */

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



#c004_liste_groupage_print {
  padding-bottom: 16px;
  padding-right: 20px;
  text-align: right;
}

#c004_liste_groupage_body .list-lov-odd {
  background:   #dcdddd;
}

#c004_liste_groupage_body .list-lov-even {
  background:   #b5b6b6;
}


#c004_groupage {
  margin-top: 30px;
  width:200px;
  height:40px;
  font-weight:bold;
  font-size: 15px;
}




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

.c004_liste_groupage_body_height {
  height: 400px;
}

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

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

.c004_liste_groupage_body_height {
  height: 330px;
}

  
  
  
#c004_bt_gpg_tri_up_1{
  margin-left: 5px;
}
#c004_bt_gpg_tri_down_1{
  margin-left: 0px;
}
#c004_bt_gpg_tri_up_2{
  margin-left: 40px;
}
#c004_bt_gpg_tri_down_2{
  margin-left: 30px;
}
#c004_bt_gpg_tri_up_3{
  margin-left: 60px;
}
#c004_bt_gpg_tri_down_3{
  margin-left: 40px;
}
#c004_bt_gpg_tri_up_4{
  margin-left: 80px;
}
#c004_bt_gpg_tri_down_4{
  margin-left: 40px;
}

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


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

#c004_bt_print_ar{
  background: url(printer.png) no-repeat;
  background-size: 30px 30px;
  width:30px;
  height:30px;
}
#c004_bt_groupage_search {
  background: url(search.png) no-repeat;
  background-size: 30px 30px;
  width:30px;
  height:30px;
  border-radius: 0px 0px 0px 0px;
}


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

/* ***************************************************** FIN LISTE POUR GROUPAGE */












/* ***************************************************** LISTE POUR CLIENT */
#c004_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;
}

.c004_liste_client_body_height {
  height: 400px;
}

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

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

.c004_liste_client_body_height {
  height: 330px;
}

  
  
  
#c004_bt_cli_tri_up_1{
  margin-left: 40px;
}
#c004_bt_cli_tri_down_1{
  margin-left: 20px;
}
#c004_bt_cli_tri_up_2{
  margin-left: 60px;
}
#c004_bt_cli_tri_down_2{
  margin-left: 40px;
}

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


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


      
      
  

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


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


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




#c004_nomcli_like{
  text-transform: uppercase;
  text-align: center;
}
/* ***************************************************** FIN LISTE POUR CLIENT */
  
  
#c004_affiche {
  margin-top: 30px;
  width:200px;
  height:40px;
  font-weight:bold;
  font-size: 15px;
}

#c004_bt_aff, #c004_bt_gpg
{
  display: inline-block;
}
#c004_bt_aff
{
  padding-left: 150px;
}

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


.c004_bt_gpg
{
  padding-left: 150px;
}


#c004_search2 {
  margin-left: 100px;
  margin-top: 30px;
  width:200px;
  height:40px;
  font-weight:bold;
  font-size: 15px;
}


#c004_printer2 {
  margin-left: 100px;
  margin-top: 30px;
  width:200px;
  height:40px;
  font-weight:bold;
  font-size: 15px;
}
.c004_bt_exp
{
  position: absolute;
  top: 80px; 
  right: 10px;
}





#c004_resultat {
	font-size: 13px;
}



  
.c004_col_1, .c004_col_11, .c004_col_111, .c004_col_2, .c004_col_3, .c004_col_4, .c004_col_41, .c004_col_5, .c004_tot1, .c004_tot2, .c004_imp_a1, .c004_imp_a2, .c004_fam_1, .c004_fam_2, .c004_histo_close, .c004_histo_move
{
  display: inline-block;
}

.c004_col_1
{
  width: 132px;
  text-align: right;
}
.c004_col_11
{
  width: 120px;
  text-align: left;
}
.c004_col_111
{
  width: 116px;
  text-align: right;
}
.c004_col_2
{
  margin-left: 136px;
  text-align: left;
}
.c004_col_3
{
  margin-left: 132px;
  text-align: left;
}
.c004_col_4
{
  margin-left: 136px;
  text-align: left;
  width: 135px;
}
.c004_col_41
{
  text-align: right;
  width: 100px;
}
.c004_col_5
{
  margin-left: 314px;
  text-align: right;
}

.c004_critere
{
  padding-top: 10px;
}


.c004_imp_a1
{
  width: 150px;
  text-align: right;
}
.c004_imp_a2
{
  width: 200px;
  text-align: left;
}


.c004_fam_1
{
  width: 365px;;
  text-align: right;
}

.c004_fam_2
{
  text-align: left;
}


.c004_tot1
{
  width: 200px;
  text-align: right;
	font-size: 15px;
}
.c004_tot2
{
  width: 250px;
  text-align: right;
	font-size: 15px;
}
.c004_url
{
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.c004_printer
{
  display: inline-block;
  vertical-align:bottom;
}

.c004_printer {
  padding-left: 100px;
  margin-bottom: -5px;
}





#c004_impression, #c004_tri{
	font-size: 15px;
}


#c004_nbar, #c004_totprixgros{
  font-weight: bold;
}



.c004_histo_close, .c004_histo_move
{
  float: right;
  padding-right: 10px;
  cursor: pointer;
}
.c004_histo_move
{
  /*display: none;*/
}
#c004_flag_erreur_rouge{
  float: right;
  border:none;
  background:red; 
  border-radius:15px;
  margin-left: 2px;
  width: 9px;
  height: 9px;
}
#c004_flag_erreur_rouge a{
  text-decoration : none;
  cursor: default;
} 


#c004_flag_erreur_rougeorange{
  float: right;
  border:none;
  background:#ff8663; 
  border-radius:15px;
  margin-left: 2px;
  width: 9px;
  height: 9px;
}
#c004_flag_erreur_rougeorange a{
  text-decoration : none;
  cursor: default;
} 




/* ------------------------- AFF_HISTO*/
#c004_aff_histo{
	font-size: 13px;
  padding: 15px;
  margin: 10px;
  position:fixed;
  top: 20%;
  left: 41px;
}
#c004_aff_histo_0{
  border-radius:10px;
  background:#BCB6A2;  
  width: 659px;
  height: 400px;
}
#c004_aff_histo_1{
  padding: 15px;
  text-align: center;
  font-size:16px;
}

#c004_aff_histo_2{
  border-radius: 5px;
  border-style:solid;
  border-width:1px;
  border-color:white;
  margin: 10px;

}

#c004_aff_histo_3{
  height: 325px;
  overflow: auto;
}

.c004_aff_histo .list-line-odd {
  background:   #9B9B87;
}
.c004_aff_histo .list-line-even {
  background:   #CCCCB3;
}

.c004_aff_histo #critere{
  padding-left: 5px;
  padding-right: 15px;
}

/* ------------------------- AFF_HISTO FIN*/






#c004_result_delai{
  cursor: pointer;
}


#c004_flag_erreur{
  float: right;
  text-align: right;
  color:#ffffff;
  font-size:13px;
  border:none;
  background:red; 
  border-radius:30px;
  /*
  margin-top: -15px;
  padding-top: 2px;
  */
  margin-left: 2px;
  width: 15px;
  text-align: center;
  font-style: italic;
}






#c004_codcli {
  text-align: center;
}

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

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

.c004_champ_obligatoire {
  background-color: yellow;
}



#c004_libelle {
  padding-left: 30px;
}


#c004_refcli, #c004_contrem {
  text-transform: uppercase;
}


#c004_bt_imp_ok, #c004_bt_imp_no, #c004_bt_tri_ok, #c004_bt_tri_no {
  width: 150px;
  height: 30px;
  font-weight:bold;
  font-size: 15px;
}

#c004_bt_aide_ok {
  width: 60px;
  height: 25px;
  font-weight:bold;
  font-size: 15px;
}
