﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    height: 100vh;
    overflow:hidden;
}

#headerbar {
    background-color: #1e1e5a;
    text-align: center;
    height: 50px;
    padding: 10px;
    background-image: url(../images/infocomQrScannerLogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px;
}

#infotext{
    position: absolute;
    top: 150px;
    color: #32eaaa;
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-shadow: 0px 0px 2px #000;
}

#version {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #32eaaa;
    font-size: 14px;
    text-align: center;
    text-shadow: 0px 0px 2px #000;
}

#scanicon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/qrcode.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
    opacity: 0.4;
}

#success {
    background-color: #25d155;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/check-bold.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
    opacity:0.9;
}

/*
    
    background-color: #1e1e5a;
    text-align: center;
    height: 50px;
    padding: 10px;
    background-image: url(../images/infocomQrScannerLogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px;
*/

#connectionLost {
    background-color: red;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#connection {
    background-color: #32eaaa;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 10px;
    color: #1e1e5a;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.zxing-container {
    height: 100%;
}

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;
}

.qrCode {
    display: block;
}

    .qrCode video {
        width: 100%;
        height: 56.25%;
    }

#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;
}
