@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
    font-family: CCode39;
    src: url("/fonts/CCode39.woff") format('woff')
}
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#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
}
a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    font-size:10px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}
.spinnerlayout {
    text-align: center;
    top: 50%;
    right: 50%;
    position: fixed;
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.text-size-large20 {
    font-size:20px;
}
#colmss {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 30%;
        }

.rz22-selectbutton {
display: inline-block;
}

.rz22-selectbutton .rz22-button, .rz22-selectbutton .rz22-paginator-element {
margin-left: -1px;
display: inline-block;
border-radius: 0;
background-color: #ffffff;
color: #3a3a3a;
border: solid 1px #dadfe2;
}

.rz22-selectbutton .rz22-button:first-child, .rz22-selectbutton .rz22-paginator-element:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.rz22-selectbutton .rz22-button:last-child, .rz22-selectbutton .rz22-paginator-element:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.rz22-selectbutton .rz22-button.rz22-state-active, .rz22-selectbutton .rz22-state-active.rz22-paginator-element {
background-color: red;
color: #ffffff;
border: solid 1px #459cca;
}
.rz32-shifttime {
font-size:30px;
}