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

/*
  ####################################################################################
  #
  # Descriptif : Lancement des requêtes
  # Code : c014
  # Dossier : requete
  #
  ####################################################################################
*/




.c014_col_a1, .c014_col_a2
{
  display: inline-block;
}

.c014_col_a1
{
  width: 120px;
  text-align: right;
}
.c014_col_a2
{
  padding-left: 120px;
}
#c014_libreq
{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
#c014_codreq{
  text-transform: uppercase;
  text-align: center;
}
#c014_nomreq_like{
  text-transform: uppercase;
  text-align: center;
}

.c014_par_value
{
  text-transform: uppercase;
  text-align: right;
}
.c014_bt_run
{
  padding-top: 10px;
  padding-left: 140px;
}

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

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


#c014_bt_print {
  /*margin-top: 15px;*/
  margin-left: 15px;
  background: url(printer.png) no-repeat;
  background-size: 60px 60px;
  width:60px;
  height:60px;
  border-radius: 0px 0px 0px 0px;
}

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


/* ***************************************************** LISTE POUR requete */

.c014_td {
    padding-left: 15px;
}

.c014_whitespace {
  white-space: pre;
}

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

.c014_liste_requete_body_height {
  height: 400px;
}

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

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

.c014_liste_requete_body_height {
  height: 330px;
}

  
  
  
#c014_bt_req_tri_up_1{
  margin-left: 40px;
}
#c014_bt_req_tri_down_1{
  margin-left: 20px;
}
#c014_bt_req_tri_up_2{
  margin-left: 60px;
}
#c014_bt_req_tri_down_2{
  margin-left: 40px;
}

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


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


      
      
  

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


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


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




#c014_nomcli_like{
  text-transform: uppercase;
  text-align: center;
}
/* ***************************************************** FIN LISTE POUR requete */


/* ***************************************************** LISTE POUR code */
#c014_liste_code_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;
}

.c014_liste_code_body_height {
  height: 400px;
}

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

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

.c014_liste_code_body_height {
  height: 330px;
}

  
  
  
#c014_bt_data_tri_up_1{
  margin-left: 45px;
}
#c014_bt_data_tri_down_1{
  margin-left: 5px;
}
#c014_bt_data_tri_up_2{
  margin-left: 20px;
}
#c014_bt_data_tri_down_2{
  margin-left: 30px;
}

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


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


      
      
  

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


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


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




#c014_libcode_like{
  text-transform: uppercase;
  text-align: center;
}
/* ***************************************************** FIN LISTE POUR code */
