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

/*
  ####################################################################################
  #
  # Descriptif : Visualisation d'un AR
  # Code : c012
  # Dossier : visuar
  #
  ####################################################################################
*/



#c012_demande_sav {
  font-weight:bold;
  float: right;
  padding-bottom: 15px;
}


/*##################################################### Pour la FACTURE */
#c012_liste_facture_crit {
  padding-top: 10px;
  /*padding-bottom: 10px;*/
  padding-left: 30%;
  text-align: left;
}

#c012_liste_facture_detail {
  font-size:12px;

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




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



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

.c012_liste_facture_body_height {
  height: 400px;
}

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

#c012_liste_facture_body {
  overflow: auto;
}

.c012_liste_facture_body_height {
  height: 330px;
}




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


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


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



/*##################################################### Pour l'AR */
.c012_summary_title {
  font-weight:bold;
  cursor: pointer;
}
.c012_arrondi {
  border-radius:30px;
  padding: 20px;

}

/*------ adresse et technique */
#c012_bt_email{
  background: url(email.png) no-repeat;
  background-size: 30px 30px;
  width:30px;
  height:30px;
}

#c012_bt_print_ar{
  background: url(printer.png) no-repeat;
  background-size: 40px 40px;
  width:40px;
  height:40px;
  margin-left: 22px;
}

#c012_bt_controle_ar{
  background: url(valide.png) no-repeat;
  background-size: 40px 40px;
  width:40px;
  height:40px;
  margin-left: 22px;
}



/*##################################################### Pour le LIGNE ARTICLE */
#c012_aff_ligne_recap {
  padding-bottom: 10px;
}

.c012_lig_art {
  margin-top: 10px;
  background:   #b5b6b6;
}

.c012_lig_act {
  margin-left: 50px;
}

.c012_lig_remise {
  margin-left: 50px;
  background-color: #BCF76A;
}

.c012_lig_caraclig {        
  background:   #f2973c;
  margin-left: 200px;
  margin-right: 200px;
  border-style: outset;
  border-width: 2px;
}
.c012_caraclig_titre {
  text-decoration: underline;
  padding-left: 10px;
  padding-top: 10px;
}
.c012_caraclig_detail {
  padding-left: 40px;
}

.c012_lig_m_libart {
  margin-left: 50px;
  background-color: #BCF76A;
}
.c012_lig_m_libarttrad {
  margin-left: 50px;
}
.c012_lig_m_coloris {
  margin-left: 50px;
  background-color: #d6f9a4;
}
.c012_lig_m_action {
  margin-left: 50px;
}
.c012_lig_m_tarif {
  margin-left: 50px;
  background-color: #d6f9a4;
}

/*##################################################### Pour le critere */


.c012_codcde, .c012_suite, .c012_bt_search, #c012_controle
{
  display: inline-block;
}
.c012_bt_search
{
  padding-left: 10px;
}


#c012_controle {
  float: right;
}


#c012_bt_search {
  background: url(search.png) no-repeat;
  background-size: 40px 40px;
  width:40px;
  height:40px;
}
.c012_codcde
{
  padding-left: 120px;
}
#c012_codcde{
  text-align: center;
}


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



/* ***************************************************** LISTE POUR ARCHIVE */
#c012_liste_archive_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;
}

.c012_liste_archive_body_height {
  height: 400px;
}

#c012_liste_archive_entete {
  text-align: left;
}

#c012_liste_archive_body {
  overflow: auto;
}

.c012_liste_archive_body_height {
  height: 330px;
}



/* ***************************************************** FIN LISTE POUR ARCHIVE */
