/*
 Place all the styles related to the m021 controller here.
 They will automatically be included in application.css.
 You can use Sass (SCSS) here: http://sass-lang.com/
*/


/*
  ####################################################################################
  #
  # Demande de dossier SAV
  # Code : m021
  # Dossier : savvalidation
  # Descriptif : 
  #
  ####################################################################################
*/


#m021_refuser
{
	float: right;
	padding-right: 100px;
  cursor: pointer;
}
#m021_valider
{
	float: right;
	padding-right: 200px;
  cursor: pointer;
}
	
	.m021_col_1
{
  display: inline-block;
}

#m021_bt_valider {
  /*position: absolute;
  top: 90px;
  left: 320px;*/
  background: url(valide.png) no-repeat;
  background-size: 60px 60px;
  width:60px;
  height:60px;
  border-radius: 0px 0px 0px 0px;
}

#m021_bt_refuser {
  background: url(delete.png) no-repeat;
  background-size: 60px 60px;
  width:60px;
  height:60px;
  border-radius: 0px 0px 0px 0px;
}
.m021_lig_art0 {
  margin-top: 10px;
  background: #b5b6b6;
}
.m021_lig_art1 {
  margin-top: 10px;
  background: #e1e1e1;
}
.m021_lig_mot0 {
  margin-top: 10px;
  background: #e8b578;
}
.m021_lig_mot1 {
  margin-top: 10px;
  background: #f7cd99;
}
/*
#fafafa;#e1e1e1;
*/


.m021_observation {
  text-decoration: underline;
  font-weight: bold;
}
#m021_intro {
  padding: 30px;
	font-family: arial, sans-serif;
  font-weight: bold;
  padding-left: 10px;
}



.m021_critere {
  padding: 30px;
  font-size:15px;
	font-family: arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

#m021_bt_dem_edit {
  background: url(edit.png) no-repeat;
  background-size: 15px 15px;
  width:15px;
  height:15px;
  border-radius: 0px 0px 0px 0px;
}




#m021_m_titre1 {
  font-size:16px;
  padding-bottom: 10px;
}


#m021_critere {
  position: relative;
}
 
.m021_a1, .m021_suite, #m021_bt_ok, #m021_bt_nok, #m021_m_bt_ok, #m021_m_bt_rec
{
  display: inline-block;
}

.m021_a1
{
  width: 200px;
  text-align: right;
  padding-top:20px;
}

.m021_suite
{
}


#m021_bt_ok, #m021_bt_nok, #m021_m_bt_rec
{
  margin-left: 50px;
  padding-top: 20px;
  cursor: pointer;
}

.m021_a2
{
  margin-left: 200px;
  text-align: left;
  padding-bottom: 8px;
}
#m021_bt_search {
  /*position: absolute;
  top: 90px;
  left: 320px;*/
  margin-left: 30px;
  background: url(search.png) no-repeat;
  background-size: 60px 60px;
  width:60px;
  height:60px;
  border-radius: 0px 0px 0px 0px;
}



/* ***************************************************** LISTE POUR CLIENT */
#m021_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;
}
.m021_liste_client_body_height {
  height: 400px;
}
#m021_liste_client_entete {
  padding-left: 80px;
  text-align: left;
}
#m021_liste_client_body {
  padding-left: 80px;
  overflow: auto;
}
.m021_liste_client_body_height {
  height: 330px;
}
#m021_bt_cli_tri_up_1{
  margin-left: 40px;
}
#m021_bt_cli_tri_down_1{
  margin-left: 20px;
}
#m021_bt_cli_tri_up_2{
  margin-left: 60px;
}
#m021_bt_cli_tri_down_2{
  margin-left: 40px;
}
.m021_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;
}
.m021_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;
}
#m021_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;
}
#m021_bt_search_cli {
  background: url(show.png) no-repeat;
  background-size: 20px 20px;
  width:20px;
  height:20px;
  border-radius: 0px 0px 0px 0px;
}
#m021_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;
}
#m021_nomcli_like{
  text-transform: uppercase;
  text-align: center;
}
/* ***************************************************** FIN LISTE POUR CLIENT */
