html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;

}


div.tableDraft {
    background-color: white; /* keep background solid */

    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='300' height='120'> <text x='50%' y='50%' text-anchor='middle' dominant-baseline='middle' transform='rotate(25 150 60)' fill='red' font-size='24' opacity='0.3'>DRAFT</text> </svg>");
    background-repeat: no-repeat; /* show only once */
    background-position: center top; /* top center */
    background-size: 300px 120px; /* control size */

    position: relative; /* usually better than sticky here */
}

div.tableFinal {
    background-color: white; /* keep background solid */

    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='300' height='120'> <text x='50%' y='50%' text-anchor='middle' dominant-baseline='middle' transform='rotate(-25 150 60)' fill='green' font-size='24' opacity='0.3'>SEALED</text> </svg>");
    background-repeat: no-repeat; /* show only once */
    background-position: center top; /* top center */
    background-size: 300px 120px; /* control size */

    position: relative; /* usually better than sticky here */
}











.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: #f2f5f8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
    /* line-height: 60px; */ /* Vertically center the text there */
}


.my-checkbox {
    height: 20px;
    width: 20px;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
}



.text-primary {
    color: #1b6ec2 !important;
}

/* Provide sufficient contrast against white background */
a {
    color: #1b6ec2;
}
