html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
 }

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0px 20px !important;
        margin: 0px !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }
}

.buttons {
    text-align:right;
}
.imgLogo {
    height: 60px
}

.imgSignature {
    height: 100px;
}
@media print {
    @page {
        margin: 0;
    }
    .imgLogo {
        height: 40px
    }
    .imgSignature {
        height: 80px;
    }
    body {
        margin: 0px 0px 0px 10px;
        padding: 0;
    }
    .container {
        margin: 0;
        padding: 0;
        width: 100vw !important;
        max-width: 100vw !important;
        font-size: 0.65em;
    }
    .hidden * {
        visibility:hidden;
        display: none;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.section {
    border: solid darkgray 1px;
    padding: 5px;
}

.value {
    color: blue;
}

.valueRow {
    color: blue;
    padding-left: 10px;
}

.header {
    font-weight: bold;
}

.info {
    font-size: 0.8em;
}

.tdBorderEdit {
}

.tdBorder {
    border: solid darkgray 1px;
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
}

.tdBorderCenter {
    border: solid darkgray 1px;
    text-align: center;
}
label {
    padding-left: 5px;
    padding-right: 5px;
}

.emptyRow {
    height:20px;
}

textarea {
    width: 100%;
}

.priceValue {
    width: 100px;
    text-align: right;
}
.priceValueTotal {
}

.priceValueVat {
    width: 50px;
}

.headerPrint{
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerItem {
    height: 100%;
    text-align: center;
}

@media (pointer: coarse) {
    .SignatureModal {
        overflow: hidden; /* Needed to prevent the vertical scroll on touch devices */
    }
}

input[type=number].arrow {
    text-align:right;
    width:100px;
}
input[type=number].arrow::-webkit-inner-spin-button,
input[type=number].arrow::-webkit-outer-spin-button {
    opacity: 1 !important;
    margin: 0;
    width: 15px;
    height: 35px;
}
