@tailwind base;
@tailwind components;
@tailwind utilities;
.imgDescr {
    max-width:200px;
    max-height:80px;
    width: auto;
    height: auto;
}
#tablearea > tr > td:nth-child(2){
        position:relative;
        overflow:hidden;
        }
/*#tablearea > tr > td:nth-child(2):after {
        width:50%;
        position:absolute;
        left: 25%;
        bottom: 27%;
        content:"";
        display:block;
        height:50%;
        background-color:yellow;
        z-index:-1;
}*/
#tablearea > tr > td:nth-child(1) {
  background-color: #dbeafe;
}
#tablearea > tr:nth-child(even) {
  background-color: #dbeafe;
}
/* Button */
.vendedor {
  position: relative;
  top: -2.1cm;
  left: 12.7cm;
  text-align: center;
}
.parent2 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div21 { grid-area: 1 / 1 / 2 / 6; }
.div22 { grid-area: 2 / 1 / 3 / 6; }
.div23 { grid-area: 3 / 1 / 4 / 6; } 


.parent {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 2 / 9; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 2 / 2 / 3 / 9; }
.div4 { grid-area: 3 / 1 / 4 / 9; }

.pagecounter {
  position: relative;
  bottom: 200px;
}

#tablearea > td {
  height: 10cm;
}

#tablearea tr td, #tablearea tr th {
  text-align: center;
}

html{
  font-family: 'Montserrat', sans-serif;
}
a {
  color: #3987c9;
}
.vendedor {
  /*background: #dedede;*/
  border-radius: 5px;
  padding: 8px;
  border-style: solid;
}
.blockquote {
    background: #eaf6f6;
    border-radius: 5px;
    padding: 8px;
    margin: 16px 0;
}

table {
  font-family: 'Montserrat', sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#tablearea > td {
  height: 290px;
}

#tablearea > td > div {
  display: inline-block;
}
#tablearea > td > p {
  height: 290px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap:1em;
  -moz-column-gap:1em;
  column-gap:1em;
  column-width: 10em;
  -webkit-column-span: inherit;
  column-span: inherit;
  column-rule-width: 1px;
  column-rule-style: solid;
  column-rule-color: lightblue;
  white-space: pre-wrap;
  line-height: 1.5em;
  /*font-weight: 700;*/
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#tablearea > tr:last-child{
  line-height: 12px;
}
/*#tablearea > tr:last-child > th:nth-child(1) {
  visibility: hidden;
  border: none !important;
}*/
.fornecimento {
  position: relative;
  top: -5px;
}
.fornecimento td, .fornecimento th {
  border: 1px solid black;
}
.fornecimento table th, .fornecimento table td {
  font-weight: 500;
  border: 1px solid #000;
  padding: 0.5em;
}
.fornecimento table tr th, .fornecimento table tr td {
  border: 1px solid #000 !important;
  padding: 0.5em;
}
#tablearea > tbody:nth-child(1) > tr:nth-child(2) {
  display: none;
}
.fornecimento table tr th{
  font-weight: 700;
  white-space: nowrap !important;
  text-align: left;
}
.condicoes {
  margin-top: -10px;
  margin-left: 0cm !important;
  margin-right: 0cm !important;
}
.condicoes td, .condicoes th {
  border: 1px solid black;
}
.condicoes table th, .condicoes table td {
  font-weight: 500;
  border: 2px solid #000;
  padding: 0.5em;
  text-align: center;
}
td, th {
  text-align: left;
  padding: 8px;
}

.techmeter-header {
  display: flex;
}
.hcolumn {
  flex: 50%;
}
.footerhcolumn {
  flex: 3;
}

.Tabelainfgerais
{
    display: grid;
    grid-template-columns: repeat(1, 1fr 150px);
    text-align: left;
}
.techmeter-header {
  height: 69px;
  background-color: white;
}
.page-header, .page-header-space {
  z-index: 998;
  top: -40px !important;
}
.page-header-space {
    height: 50px !important;
}
body .page-header, .page-header-space, .page-footer, .page-footer-space {
      margin-top: 1cm !important;
      margin-bottom: 1cm !important;
      overflow: visible;
    }
.page-footer, .page-footer-space {
  height: 50px;
}
.page-footer {
  margin-left: 2cm;
  margin-right: 2cm;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 100px;
  background: white;
}

.footer {
  margin-left: 2cm;
  margin-right: 2cm;
  bottom: 0;
  width: 100%;
  padding-bottom: 100px;
  background: white;
}

.page-header {
  height: 125px;
  margin-left: 2cm;
  margin-right: 2cm;
  position: fixed;
  top: 0mm;
  width: 100%;
  background: white; /* for demo */
}

.page {
  page-break-after: always;
  margin-left: 2cm;
  margin-right: 2cm;
}
hr {
  margin-top: 5px;
  margin-left: 8px;
  border: 0;
  border-top: 2px solid black;
  width: 90%;
  z-index: 999;
  }
.propostatag {
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.propostafield {
  border-bottom: 3px solid red;
  padding-bottom: 2px;
}
.vendedorfield {
  border-bottom: 1px solid black;
  padding-bottom: 0.5px;
}
.pagecounter {
  display: none;
}
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  border-radius: 4px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  width: 21px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "FontAwesome" !important;
  line-height: 1.5;
  padding: 0;
  margin-left: 18px;
  background: #FAFAFA;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button:active {
  background: #EAEAEA;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "FontAwesome";
  border-radius: 0 4px 0 0;
  line-height: 1.6
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  font-family: "FontAwesome";
  border-radius: 0 0 4px 0;
}
@page {
    size: A4;
    margin: 0;
    }
@media print {
  footer {
    display: none;
  }
  .revbox {
    visibility: hidden;
  }
  .vendedor {
  position: Float;
  margin-right: 520px;
  }
  .header-right{
    margin-right: 1cm !important;
  }
  .pagecounter {
    display: block;
  }

.condicoes table tr th, .condicoes table tr td {
  border: 1px solid #000 !important;
  padding: 0.5em;
}
.condicoes table tr th{
  font-weight: 700;
  white-space: nowrap !important;
}
.tablecondicoes, .tablefornecimento{
    background-color: rgb(239 246 255);
}
  .Tabelainfgerais
  {
    margin-left: 0cm;
    margin-right: 0cm;
  }
  .page-footer, .page-header {
    visibility: visible !important;
  }
  .page-footer{page-break-after: always;}
  table { page-break-after:auto }
  tr    { page-break-inside:avoid; page-break-after:auto }
  td    { page-break-inside:avoid; page-break-after:auto }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }
  body {margin: 0;}
  button {
    display: none;
  }
  footer {
    display: none;
  }
  hr {
  width: 86%;
  }
}