.clientes-h1 {
  display: block;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 0 16px;
}

.add_cliente {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding-right: 3px;
    vertical-align: text-top;
    margin: -2px 0 0;
}

.btn-nuevocliente {
    width: 145px;
    height: 26px;
    padding-top: 4px;
    border-radius: 15px;
    color: #fff;
    background-color: #514C8A;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 13px;
  }

  .clientes-btns-container-section {
    display: block;
    margin: 0 16px;   
}

.btn-nuevocliente:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0E085E;
  }

  .btn-vistacliente {
    width: 80px;
    height: 26px;
    padding: 4px 0 5px;
    margin: 0 0 13px;
    border-radius: 15px;
    color: #fff;
    background-color: #514C8A;
    font-size: 12px;
    text-align: center;
    display: block;
  }

.btn-vistacliente:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0E085E;
  }

  .table-contents {
    font-size: 12px;
    padding-left: 0% !important;
    padding-top: 0.98% !important;
    padding-bottom: 0.98% !important;
  }

  .table-contents:first-child {
    padding-left: 5px !important;
  }

  .field-name {
    font-size: 95%;
    width: 43.9%;
    height: 5%;
  }

  .answer-field {
    font-size: 95%;
    width: 44.5%;
    height: 5%;
    line-height: 3%;
    color:#0E085E;
  }

  .table-client {
    margin-bottom: 0px;
    margin-right: 16px;
    border-top: 0px;
  }

  .table-client>tbody>tr>td {
    border-top: 0px;
    padding-top: 0% !important;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    line-height: 170%;
  }

  .client-h2 {
    font-size: 115%;
    font-weight: 600;
  }

  .table-client>thead>tr>th {
    border-bottom: 0px;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    line-height: 170%;
  }

  .repuestos-h1{
    font-size: 75%;
    color: #C4C5C6;
    font-weight: 600;
  }

  .field-name2 {
    font-size: 95%;
    width: 37.5%;
    height: 5%;
  }

  .answer-field2 {
    font-size: 95%;
    width: 29.7%;
    height: 5%;
    line-height: 3%;
    color:#0E085E;
  }
  
  .answer-field3 {
    font-size: 95%;
    width: 26.4%;
    height: 5%;
    line-height: 3%;
    color:#0E085E;
  }

  .client-fotos {
    display: flex;
    margin: 0 0 15px;
  }

  .label-client-fotos {
    margin: 5px 0 0;
    font-weight: 500;
    font-style: italic;
  }

  .btn-editar-fotos {
    margin: 0 0 0 15px;
    border-radius: 15px;
    color: #0E085E;
    font-size: 14px;
    display: block;
    text-decoration: underline;
    font-weight: 600;
    padding: 5px 0 0;
  }

  .vista-cliente-datatable {
    margin-bottom: 50px;
  }

  .vista-cliente-bottom-space {
    height: 50px;
  }

  .display-flex {
    display: flex;
    align-items: flex-end;
  }

  .informes-tabla {
    font-size: 75%;
    color: #C4C5C6;
    font-weight: 600;
    padding: 0 3px 2px;
    font-style: italic;
  }

  .tr-height-clientes {
    height: 30px;
  }

  .vista-de-clientes-fotos {
    max-width: 50%;
    max-height: 50%;
    padding: 5px;
    vertical-align: top;
  }

  .vista-cliente-before-fotos-space-for-print {
    display: none;
  }








/* PRINT CSS */
  @media print {
    .clientes-h1 {
      margin: 55px 0 8px 35px;
    }

    .client-h2 {
      margin-top: 2px;
      font-size: 115%;
      font-weight: 600;
    }

    .fotos-h2 {
      margin-top: 15px;
      margin-bottom: -10px;
    }

    .notas-h2 {
      margin-top: -12px;
    }

    .clientes-btns-container-section {
        display: none;
    }
  
    .table-contents {
      font-size: 12px;
      padding-left: 0% !important;
      padding-top: 0.98% !important;
      padding-bottom: 0.98% !important;
    }
  
    .field-name {
      font-size: 95%;
      width: 43.9%;
      height: 5%;
    }
  
    .answer-field {
      font-size: 95%;
      width: 44.5%;
      height: 5%;
      line-height: 3%;
      color:#0E085E !important;
    }
  
    .table-client {
      margin-bottom: 0px;
      margin-right: 16px;
      border-top: 0px;
    }
  
    .table-client>tbody>tr>td {
      border-top: 0px;
      padding-top: 0% !important;
      padding-left: 0%;
      padding-right: 0%;
      padding-bottom: 0%;
      line-height: 170%;
    }
  
    .table-client>thead>tr>th {
      border-bottom: 0px;
      padding-top: 0%;
      padding-left: 0%;
      padding-right: 0%;
      padding-bottom: 0%;
      line-height: 170%;
    }
  
    .repuestos-h1{
      font-size: 75%;
      color: #C4C5C6;
      font-weight: 600;
    }
  
    .field-name2 {
      font-size: 95%;
      width: 37.5%;
      height: 5%;
    }
  
    .answer-field2 {
      font-size: 95%;
      width: 29.7%;
      height: 5%;
      line-height: 3%;
      color:#0E085E !important;
    }
    
    .answer-field3 {
      font-size: 95%;
      width: 26.4%;
      height: 5%;
      line-height: 3%;
      color:#0E085E !important;
    }
  
    .client-fotos {
      display: flex;
      margin: 0 0 15px;
    }
  
    .label-client-fotos {
      display: none;
    }
  
    .btn-editar-fotos {
      display: none;
    }
  
    .vista-cliente-datatable {
      margin-bottom: 50px;
    }
  
    .vista-cliente-bottom-space {
      height: 0px;
    }
  
    .display-flex {
      display: flex;
      align-items: flex-end;
    }
  
    .informes-tabla {
      font-size: 75%;
      color: #C4C5C6 !important;
      font-weight: 600;
      padding: 0 3px 2px;
      font-style: italic;
    }

    .print-notas-clientes {
      background-color: rgb(220, 220, 220) !important;
      height: 240px;
    }

    .vista-de-clientes-fotos {
      max-width: 50% !important;
      max-height: 50% !important;
      padding: 5px !important;
      vertical-align: top !important;
    }

    .vista-cliente-before-fotos-space-for-print {
      display: block;
      height: 95px;
    }
  }
