/*
  ####################################################################################
  #
  # Suivi des dossiers SAV
  # Code : recap
  # Dossier : savsuivi
  # Descriptif : affichages des dossiers SAV d'un client
  #
  ####################################################################################
*/
/* Split the screen in half */
.split_0 {
  height: 100%;
  position: absolute;
  z-index: 1;
  /*overflow-x: hidden;*/
  padding: 2%; }

.split_1 {
  height: 100%;
  position: absolute;
  margin-top: 120px;
  z-index: 1;
  /*overflow-x: hidden;*/
  padding: 2%; }

/* Control the left side */
.left {
  left: 0;
  width: 48%; }

/* Control the right side */
.right {
  right: 0;
  width: 45%; }

/* Control the right side */
.center {
  right: 0;
  width: 45%;
  text-align: center; }

/* Control the right side */
.red_O {
  background-color: orange; }

#bt_upload_invoice {
  background: url(xlsx.png) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 31px; }

#bt_upload_invoice_lib {
  /*margin-left: 80px;*/
  margin-top: 30px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  font-size: 15px; }

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

#bt_make_payement2 {
  margin-left: 50px;
  margin-top: 30px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  border: none;
  background-image: radial-gradient(white, #BCB6A2);
  border-radius: 30px;
  color: black;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none; }

#bt_home {
  margin-left: 50px;
  margin-top: 30px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  border: none;
  background-image: radial-gradient(white, #BCB6A2);
  border-radius: 30px;
  color: black;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none; }

#bt_upload_file {
  background: url(upload_file.png) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px; }

#bt_search {
  margin-top: 10 px;
  background: url(search.png) no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  float: right; }

#bt_payment_next {
  background: url(arrow_right.png) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  float: right; }

#bt_payment_prev {
  background: url(arrow_left.png) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  float: left; }

.recap_un {
  width: 55%;
  padding-top: 30px;
  padding-left: 2px;
  padding-right: 2px; }

#recap_un_l, #recap_un_r {
  display: inline-block; }

#recap_un_l {
  padding-left: 60px; }

#recap_un_r {
  padding-left: 60px; }

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

.art_center {
  text-align: center;
  padding-top: 10px; }

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

.recap_liste_cient_body_height {
  height: 400px; }

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

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

.recap_liste_cient_body_height {
  height: 330px; }

#recap_bt_cli_tri_up_1 {
  margin-left: 40px; }

#recap_bt_cli_tri_down_1 {
  margin-left: 20px; }

#recap_bt_cli_tri_up_2 {
  margin-left: 60px; }

#recap_bt_cli_tri_down_2 {
  margin-left: 40px; }

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

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

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

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

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

.recap_bt_search {
  padding-left: 10px; }

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

#recap_bt_info, #topay_bt_info {
  background: url(info.png) no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px; }

.recap_col_a1, .recap_col_a2, .recap_col_a3, .recap_col_b1, .recap_col_b2, .recap_col_b3, .recap_col_b4, .tous {
  display: inline-block; }

.recap_col_a1 {
  width: 200px;
  text-align: right; }

.recap_col_a2 {
  text-align: right;
  font-weight: bold;
  width: 135px;
  font-weight: bold; }

.recap_col_a3 {
  text-align: left;
  font-weight: bold;
  width: 350px;
  font-weight: bold; }

.recap_col_b1 {
  width: 120px;
  text-align: right; }

.recap_col_b2 {
  text-align: left; }

.recap_critere {
  padding-top: 10px; }

#recap_rechercher {
  padding-top: 20px;
  padding-left: 200px;
  padding-bottom: 20px; }

.recap_nbdossier, .topay_nbdossier {
  font-weight: bold; }

#recap_bt_tri_ok, #recap_bt_tri_no {
  width: 150px;
  height: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px; }

#recap_tri, #recap_tri2 {
  font-size: 15px; }

#recap_resultat {
  padding-left: 20px;
  padding-right: 20px; }

#recap_codcli {
  text-align: center; }

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

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