﻿/*body, input {
    font-size: 14pt
}

input, label {
    vertical-align: middle
}*/

.qrcode-text {
    padding-right: 1.7em;
    margin-right: 0
}

.qrcode-text-btn {
    display: inline-block;
    background: url('../images/qr_icon.svg') 50% 50% no-repeat;
    height: 1.8em;
    width: 2.5em;
    margin-left: -.7em;
    /*margin-top: -1em;*/
    margin-bottom: -.5em;
    cursor: pointer
}
.camera-text-btn {
    display: inline-block;
    background: url('../images/camera.svg') 50% 50% no-repeat;
    height: 1.8em;
    width: 2.5em;
    margin-left: -.7em;
    /*margin-top: -1em;*/
    margin-bottom: -.5em;
    cursor: pointer
}

    .qrcode-text-btn > input[type=file] {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        opacity: 0
    }
.camera-text-btn > input[type=file] {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    opacity: 0
}
