﻿table, th, td {
    border: 1px  solid;
    border-collapse: collapse;
}

tr {
    background-color: #96D4D4;
}

th {
    background-color:dodgerblue;
}

th, td {
    font-size: small;
    padding: 0 5px;
}

table{
    width:100%
}




@font-face {
    font-family: CCode39;
    src: url("fonts/CCode39.woff") format('woff')
}

#barcode {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'CCode39', sans-serif;
    text-align: center;
    font-size: 32px
}

#barcode_text {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: sans-serif;
    text-align: center;
    font-size: 24px
}

::placeholder {
    color: red;
    opacity: 1;
}

.center {
    margin: auto;
    width: 50%;
}

.e-input-eye:before {
    content: '\e345';
    font-family: e-icons;
    font-size: 13px;
}
html, body {
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}
