@page {
  size: A5;
  margin: 0;
}

@media print {
  body {
    margin-top: -100px;
  }

  .assinatura .carimbo{
    margin-left: 0;
  }
  #impressao {
    display: none !important;
  }
  .urinalise .metodo_coleta input {
    margin-left: -500px;
  }
  .urinalise .metodo_coleta label {
    margin-left: -250px;
  }


  .title_consulta {
    font-size: 14px !important;
  }
  .urinalise .title_consulta {
    text-align: start;
  }
  .assinatura hr {
    margin-left: 60px;
  }
  .form-control {
    padding: 0 !important;
  }
  .info {
    height: 50%;
  }
  .assinatura{
    margin-top: -20px !important;
    
  }
  .assinatura .carimbo{
    margin-left: 0;
  }
  .animal_tratamento {
    border: 1px solid red;
    height: 85px;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  body {
    line-height: normal !important;
    page-break-after: avoid;
    padding: 0 15px;
  }
  .informacoes_cliente label {
    font-size: 15px !important;
  }
  .ficha label {
    font-size: 20px !important;
  }
  .info_exame span {
    font-size: 20px;
  }
  .checkboxs {
    margin-top: -15px;
  }
  .checkboxs .micro {
    margin-top: -35px;
  }

  #perfil-bio{
    margin-top: 10px !important;
  }

  .checkboxs .bioquimicos {
    font-size: 12px !important;
    margin-top: -60px;
  }
  .checkboxs .form-check > label {
    font-size: 12px;
  }

  .checkboxs .metodo_coleta label {
    font-size: 12px;
  }
  .checkboxs .title_consulta {
    margin: 0;
  }
  .checkboxs .bio .form-check-label label {
    font-size: 16px;
  }
  .checkboxs .col_combos {
    height: 20px;
    margin-top: -130px;
    font-size: 12px !important;
  }
  .historia_clinica {
    margin-top: -10px;
  }
  .checkboxs {
    padding: 0;
  }
  .checkboxs .urgencia label h2 {
    margin-bottom: -20px;
    margin: 0 !important;
    font-size: 15px;
  }
  .checkboxs .urgencia {
    margin-left: -13px;
  }
  .checkboxs .hematologia {
    margin-bottom: 0;
    padding: 0;
  }
  .checkboxs .urinalise {
    margin-top: -20px;
  }

  .checkboxs .micro .metodo_coleta input {
    font-weight: 700;
    border-bottom: 2x solid #156c98;
  }
  .checkboxs .urinalise .metodo_coleta input {
    font-weight: 700;
    border-bottom: 2x solid #156c98;
  }

  .checkboxs .pacotes_hematologia .title_consulta {
    margin: -30;
    padding: 0;
  }
  .checkboxs .pac_hem {
    margin-top: -30px;
  }
  .img_infos {
    margin-top: -15px;
  }

  .localizacao {
    height: 25px;
  }
  .email-site {
    height: 25px;
  }
  .instagram {
    height: 25px;
  }
  .form-check-input[type="checkbox"] {
    width: 4mm !important;
    height: 3mm !important;
  }
  .form-check {
    margin-bottom: -3px !important;
  }
}

body {
  margin: 20px;
  border: 1px;
  border-color: blue;
  border-style: solid;
  background-image: url("../imgs/logo-op.png");
  background-repeat: no-repeat, repeat;
  background-position: center;

  background-size: 1000px;
}

.form-control > input {
  padding: 0 !important;
}
.ficha .form-floating > .form-control,
.form-floating > .form-select {
  height: 60px;
  line-height: 1.25;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: 20px;
  line-height: 1.25;
}
.diag .form-floating > .form-control,
.form-floating > .form-select {
  height: 20px;
  line-height: 1.25;
}

.bioquimicos {
  margin-top: -80px;
}
.microbiologia {
  margin-top: -60px;
}
.form-check > label {
  font-weight: 700;
  font-style: oblique;
  font-size: 18px;
}
.form-check-input[type="checkbox"] {
  width: 7mm;
  height: 5mm;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
}
.assinatura span {
  margin-left: 60px;
  text-align: center;
  font-style: oblique;
  font-weight: 600;
}

.assinatura > .col {
  margin-top: -45px;
  margin-left: 200px;
}
.assinatura hr {
  opacity: 1;
  display: block;
  height: 1px;
  background: transparent;
  width: 50%;
  border: none;
  border-top: solid 1px #000;
}
.title_consulta {
  text-align: center;
  font-style: oblique;
  font-weight: 900;
  color: #156c98;
  margin-left: 50px;
  font-size: 14px !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  line-height: 100% !important;
}

h4.title_consulta {
  font-size: 14px !important;
}

.metodo_coleta {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.metodo_coleta label {
  font-size: 15px;
  font-style: oblique;
  font-weight: 900;
  color: #156c98;
}

.metodo_coleta input {
  width: 160px;
  background: linear-gradient(#156c98, #156c98) center bottom 5px /
    calc(140% - 50px) 2px no-repeat;
  background-color: #fcfcfc;
  border: 1px solid;
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
  width: 7mm;
  height: 5mm;
  border: 1px solid black;
  margin-right: 10px;
}
.info_exame {
  font-style: oblique;
  color: green;
  font-weight: lighter;
  font-size: 40px;
}
.img_infos {
  flex-wrap: nowrap;
}
.localizacao {
  width: 200px;
  height: auto;
}
.email-site {
  width: 200px;
  height: auto;
}
.instagram {
  width: 150px;
  height: auto;
}
.logo {
  width: 600px;
  height: auto;
}
.col_combos {
  margin-top: -200px;
}
.col_combos span {
  display: contents;
}
.pack_hematologia {
  display: contents;
}
.combos {
  display: flex;
  flex-wrap: nowrap;
}
.ficha {
  border-color: green;
  border-style: solid;
}
.ficha label {
  font-size: 40px;
}
.ficha input {
  font-style: oblique;
  color: green;
  font-weight: lighter;
  font-size: 40px;
}
.informacoes_cliente {
  white-space: nowrap;
  margin-left: -10px;
}
.informacoes_cliente label {
  font-size: 12px;
  font-style: oblique;
}

input[type="text"],
[type="number"],
[type="date"],
[type="time"] {
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
#impressao {
  width: 200px;
  margin: 20px;
}
.animal_tratamento {
  width: 50%;
  margin-bottom: 10px;
}
.btn-size {
  font-size: 10px !important;
}
.info {
  border: 1px solid black;
}
.historia_clinica {
  margin-top: -10px;

  border: 5px solid rgb(115, 191, 0);
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.form-floating > textarea {
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  box-shadow: none;
  outline: 0;
}

.span-obrigatorio {
  background-color: rgb(115, 191, 0);
  color: white;
}
.qual {
  margin-top: -5px;
}
.qual input {
  margin-top: -3px;

  padding: 0 !important;
}
.radio .form-check-inline {
  margin-top: -3px !important;
}

.assinatura{
  margin-top: 100px;
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
       max-width: 980px; 
  }
}

.form-check {
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0rem;
}